gpt4 book ai didi

google-maps-api-3 - Google map 和街景上的自定义控件

转载 作者:行者123 更新时间:2023-12-01 09:11:36 24 4
gpt4 key购买 nike

目前我可以使用 api-v3 创建 Google map 自定义控件。但是,当我拖动街景小人并打开街景 View 时,我的自定义控件将消失或带回。 (我不确定)。

所以我的问题是,如何创建在 Google map 上同时显示的全局自定义控件 和谷歌街景。这意味着这些 Controller 将始终在 map 或街景 View 中显示您。

最佳答案

我有同样的问题,我所做的就是设置全景图和 map 控件:

 var homeControlDiv = document.createElement('div');
var homeControl = new HomeControl(homeControlDiv, map);

homeControlDiv.index = 1;
panorama.controls[google.maps.ControlPosition.TOP_RIGHT].push(homeControlDiv);
map.controls[google.maps.ControlPosition.TOP_RIGHT].push(homeControlDiv);

关于google-maps-api-3 - Google map 和街景上的自定义控件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16315864/

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