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 Maps should work in API V3. setCenter
map.setCenter (Latlng, zoomLevel);
Comments
Post a Comment