I\'m currently working on developing apps by using Google maps android API v2. My code is as follows. Suppose map has several markers and zoom up to show all markers in disp
A recent update to the Google Maps API introduces the functions you require:
GoogleMap.setMaxZoomPreference() GoogleMap.setMinZoomPreference()
It still does not prevent the animation from playing, though.