Skip to content

Commit 4fe7071

Browse files
Create README.md
1 parent f6c642a commit 4fe7071

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)