https://github.com/kevalmorabia97/location-tracking-using-google-maps-javascript-api
This was a part of my project during my internship at WATConsult, Mumbai
https://github.com/kevalmorabia97/location-tracking-using-google-maps-javascript-api
css google-maps-api html javscript php
Last synced: 3 months ago
JSON representation
This was a part of my project during my internship at WATConsult, Mumbai
- Host: GitHub
- URL: https://github.com/kevalmorabia97/location-tracking-using-google-maps-javascript-api
- Owner: kevalmorabia97
- License: mit
- Created: 2017-07-24T12:19:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-19T19:11:59.000Z (almost 8 years ago)
- Last Synced: 2025-07-11T01:03:27.389Z (6 months ago)
- Topics: css, google-maps-api, html, javscript, php
- Language: HTML
- Size: 4.88 KB
- Stars: 13
- Watchers: 0
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Location-Tracking-using-Google-Maps-Javascript-API
This was a part of my project during my internship at WATConsult, Mumbai

Here the red marker on the path is current location and A and B markers are starting and ending locations respectively.
To use this location tracting project, you will have to get an API Key from google: https://developers.google.com/maps/documentation/javascript/get-api-key
You will have to use a gps module to get the location and then update latitude and longitude in _location.php_ file.
The _maps.html_ file continuously fetches location from _location.php_ file at intervals of 5 sec and move the marker to that position.