Android API of Google map allows to add the map to your application based on the Google maps data. The API automatically handles the access to Google Maps server, data downloading and map display . This also includes the built-in support for accessibility . Google maps are implemented using MapFragments . MapFragment is the sub class of Fragment class.
Read More...