如何将相机从一个位置移动到另一个位置?我已经检查了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.