Android - API Google Maps - Using MapType
I think the MapType is certainly the most fascinating feature of GoogleMaps and also one of the most easy to understand and make alive in an Android application. With one click it’s possible to change the display of the map such as hybrid, none, normal, satellite or terrain. And this is exactly what we are going to see in this Android Tutorial 5. Explanation The setMapType() method is the key of this feature. ...