gpt4 book ai didi

javascript - 如何在Leaflet项目中使用GoogleStreetView?

转载 作者:行者123 更新时间:2023-11-27 23:37:02 24 4
gpt4 key购买 nike

我有这个代码,但最后一步失败了。
map.setStreetView(全景);----> TypeError: map.setStreetView 不是一个函数

var fenway = new google.maps.LatLng(latitude,longitude); //fenway = wf {G: 40.989025, K: 29.096618000000035}
Insurance.Map.StreetView(fenway);

StreetView: function (coor) {
var options = {
position: coor,
pov: {
heading: 34,
pitch:10
}
};
var panorama = new google.maps.StreetViewPanorama(document.getElementById('streetdiv'), options);
map.setStreetView(panorama);

}

最佳答案

setStreetViewgoogle.maps.Map 类的方法,而不是 Leaflet 的 L.Map 类的方法。所以那是行不通的。你可以看一下这个例子:http://jsfiddle.net/ALL4k/其中也存在您描述的错误,因为它正在调用 map.setStreetView 但如果您删除该行的注释,该示例将继续工作并且错误消失。

关于javascript - 如何在Leaflet项目中使用GoogleStreetView?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34044743/

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