0
的哑剧边缘我有这两条线谷歌地图信息窗口打开()地图
map.panTo(respectiveMarker.getPosition());//Center in map the respective marker
infoWindow.open(map, respectiveMarker);
当infoWindow.open执行地图平底锅到边缘。 如果我删除这一行,地图会按预期平移到标记。
任何想法?