如何在谷歌地图InfoBubble上禁用自动对焦?

时间:2016-02-29 11:35:23

标签: google-maps google-maps-api-3

我想在谷歌地图上打开一个新的InfoBubble窗口(InfoBubble.open())时停用地图自动对焦操作。

我该怎么做?

1 个答案:

答案 0 :(得分:0)

我找到了答案:

disableAutoPan选项中将infobuble设置为true。

<强>代码:

infoBubble = new InfoBubble({
        map: map,
        disableAutoPan: true
    });