I am displaying google maps in my android application. However, I am able to see the maps in earth/satellite mode. I want to see them in normal mode.
Can anyone tell me where am I going wrong?
According to the documentation you just need to call mGoogleMap.setMapType(GoogleMap.MAP_TYPE_NORMAL);
on a valid GoogleMap
instance.