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
Im not sure if this will work but can you try this
map.animateCamera(CameraUpdateFactory.zoomTo(10), 2000, null);
Hope it helps