Skip to content

Latest commit

 

History

History

MapsSample

Google Maps

Android sample app to learn about Google Maps APIs on Android.

alt text

It mainly showcases:

  • Setting the Google Maps API to interact with the map (Moving the camera, adding markers, handling onClick events on the map).
  • Setting a fused location client to get the current location, and register for location updates.
  • Using different types of maps (Satellite, terrain, etc).
  • Implementing geocoding.

Resources to learn about Google Maps