I have implemented a Google Map Api v2 in my Android App with zoom control.
map.getUiSettings().setZoomControlsEnabled(true);
I'd like to zoom out to view the entire world but it seems the min zoom level is set to 2 or higher. Is there any way to achieve this behavior ? Thanks in advance!!!