The Geolocation API allows the user to provide their location to web applications if they so desire. The user is asked for permission to report location information for privacy reasons.
- The geolocation API is accessed via a call to
navigator.geolocation


