javascript – Google MAP API v3:在两个位置之间移动中心

前端之家收集整理的这篇文章主要介绍了javascript – Google MAP API v3:在两个位置之间移动中心前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
如何将相机从一个位置移动到另一个位置?我已经检查了API,但是我找不到我想要的东西,除了setCenter方法,它直接将中心设置到给定的位置,但我希望平滑的转换,而不是即时中心更改.

解决方法

http://code.google.com/apis/maps/documentation/javascript/reference.html#Map

方法panTo.

Changes the center of the map to the given LatLng. If the change is less than both the width and height of the map,the transition will be smoothly animated.

原文链接:https://www.f2er.com/js/155943.html

猜你在找的JavaScript相关文章