我正在地图上绘制标记,并且对于相同的位置,我正在使用这个 Library SpiderFy。我想要的是在每个标记上单击标记全景时应在单独的容器中显示在地图下方。
一次全景加载后,SpiderFier 停止工作,然后标记不能再次 Spiderfy
当 Panorama 特定代码被注释时,它开始正常工作。
可能是什么问题 ?
提前致谢。
我正在地图上绘制标记,并且对于相同的位置,我正在使用这个 Library SpiderFy。我想要的是在每个标记上单击标记全景时应在单独的容器中显示在地图下方。
一次全景加载后,SpiderFier 停止工作,然后标记不能再次 Spiderfy
当 Panorama 特定代码被注释时,它开始正常工作。
可能是什么问题 ?
提前致谢。
我通过创建另一个 Google Map 实例解决了这个问题。
/*Google Map instance for draw Google Map*/
map = new google.maps.Map(document.getElementById("map_canvas"),
mapOptions);
/*Google map instance for StreetView*/
streeviewMap = new google.maps.Map(document
.getElementById("images_tab"), mapOptions);