We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6c642a commit 4fe7071Copy full SHA for 4fe7071
README.md
@@ -0,0 +1,16 @@
1
+# JavaLocationDistanceTrackingApp
2
+
3
+## Some basic things you need to do before use this project:
4
5
+ 1. Add the Google Maps API key in the google_api xml file.
6
+ 2. Add the Google Distance Matrix API in the google_api.xml file.
7
8
+## The features you can find in this project:
9
10
+ 1. Display the user current location on map.
11
+ 2. Animate the user marker on google maps when the user current location changed.
12
+ 3. Calculate the distance with the Google Distance Matrix API.
13
+ 4. Calculate the distance timely after every ten seconds.
14
15
+To read more about how to use this app see this [artice](https://codinginfinite.com/android-location-distance-tracking-app).
16
0 commit comments