gpt4 book ai didi

google-maps - 如何在 Google map 的卫星 View 中显示标签

转载 作者:行者123 更新时间:2023-12-01 16:26:50 26 4
gpt4 key购买 nike

enter image description here

我的 map 显示正常。但上面没有显示任何标签。当我查看 时,我可以显示标签卫星 => 标签 .

我如何查看 卫星 => 标签 默认情况下(通过代码)。现在默认不显示标签。

最佳答案

在用于创建 map 的 MapOptions 对象中,使用 MapTypeId.HYBRID , 像这样:

var myLatlng = new google.maps.LatLng(-34.397, 150.644);
var myOptions = {
zoom: 8,
center: myLatlng,
mapTypeId: google.maps.MapTypeId.HYBRID
};
var map = new google.maps.Map(document.getElementById("map_canvas"),
myOptions);

关于google-maps - 如何在 Google map 的卫星 View 中显示标签,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10408038/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com