Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 660 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 660 Bytes

LocationDistanceTrackingApp

H2 Some basic things you need to do before use this project:

  1. Add the Google Maps API key in the google_api xml file.
  2. Add the Google Distance Matrix API in the google_api.xml file.

H2 The features you can find in this project:

  1. Display the user current location on map.
  2. Animate the user marker on google maps when the user current location changed.
  3. Calculate the distance with the Google Distance Matrix API.
  4. Calculate the distance timely after every ten seconds.

To read more about how to use this app this artice.