标签: google-maps google-maps-api-3
我想在谷歌地图上打开一个新的InfoBubble窗口(InfoBubble.open())时停用地图自动对焦操作。
InfoBubble
(InfoBubble.open())
我该怎么做?
答案 0 :(得分:0)
我找到了答案:
在disableAutoPan选项中将infobuble设置为true。
disableAutoPan
infobuble
<强>代码:强>
infoBubble = new InfoBubble({ map: map, disableAutoPan: true });