A simple example on how to track user position with Geolocation API and display it on a map with Google Maps Javascript API. Checkout the demo here.
First, clone this repository to your local computer:
git clone [email protected]:risan/google-maps-geolocation-example.git
Next, you need to update the Google Maps API Key on the index.html file:
<script async defer src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&callback=init"></script>
If you don't have one, you can get it here for free. Don't forget to restrict the HTTP referrers (web sites) under the Key restriction section.
Now, in order to use the Geolocation API, you have to serve it over SSL. The easiest way is to develop it on Glitch.
MIT © Risan Bagja Pradana