Approximate geolocation Link copied!
Extends the Geolocation API to enable sites to request approximate location data only.
When calling navigator.geolocation.getCurrentPosition() or navigator.geolocation.watchPosition(), web developer can use the PositionOptions parameter accuracyMode, which can be either "precise" (default) or "approximate", to request either precise or approximate location.