get your live location with this website by the help of google maps
This project is a simple and dynamic Live Location Tracker built with HTML, JavaScript, and the Google Maps JavaScript API. It tracks your real-time location in the browser and updates your position with zoomable map controls.
π Demo You can deploy this on platforms like Vercel or Netlify for free.
# Project Structure
bash
Copy
Edit
π¦ live-location-tracker
β£ π index.html # Main HTML file
β£ π script.js # JavaScript for map and geolocation
β π README.md # Project documentation
Real-time user location tracking
Google Maps integration
Dynamic map marker update
Zoom in/out and map control
Displays live latitude and longitude
Browser requests your geolocation.
Once permission is granted, your current coordinates are retrieved.
Google Maps renders the live location with zoom support.
Latitude and longitude values update in real time.