The project uses simple examples to demonstrate the possibilities of android location services
If you want a guided self learning tour, check out the BasicLocation_Part* branches.
There you will implement and learn how to use the simple Location Service FusedLocationProviderClient, by following the TODO's.
Have fun coding! 😉
PS: If you get stuck, just make a diff to main or the next Part to see the solution!
You need an api key for google maps to use the app.
- Open Google Cloud Platform. Create a new project: https://console.cloud.google.com/projectcreate.
- Select APIs & Services ▸ Library
- Select Maps SDK for Android.
- Click Enable, or Manage if already enabled.
- Click on Credentials, Credentials in the API Manager, Create credentials and then choose API key.
- Copy your API key value in /values/google_maps_api_template.xml and rename the file to google_maps_api.xml