javascript - Google Maps v3 - Overriding Default SmoothZoom Behavior -


What is a way to automatically prevent Google Maps from performing a smooth zoom infection while zooming in or out? I want to do it in the picture just at the desired zoom level.

For Flash, in the Methames.com Library, for example, I can set the zoom degree to 0 to force all the changes to be instantized instead of animated.

you set setCenter

  map.setCenter (Latlng, zoomLevel);   

Maps should work in API V3.

Comments