GeolocationAPI
Types
geolocation
An object able to programmatically obtain the position of the device. It gives Web content access to the location of the device. This allows a Web site or app to offer customized results based on the user's location. See Geolocation on MDN
Module
There are methods and helpers defined in Geolocation .
geolocationCoordinates
Record fields
Module
There are methods and helpers defined in GeolocationCoordinates .
geolocationPosition
Record fields
Module
There are methods and helpers defined in GeolocationPosition .
geolocationPositionError
Record fields
positionCallback
positionErrorCallback
positionOptions
Record fields
enableHighAccuracy
option< bool >
timeout
option< int >
maximumAge
option< int >