Articles tagged: geolocation api
Found 25 documents
- Web/API/Coordinates The Coordinates interface represents the position and altitude of the device on Earth, as well ...
- Web/API/Coordinates/accuracy The Coordinates.accuracy read-only property is a strictly positive double representing the ...
- Web/API/Coordinates/altitude The Coordinates.altitude read-only property is a double representing the altitude of the ...
- Web/API/Coordinates/altitudeAccuracy The Coordinates.altitudeAccuracy read-only property is a strictly positive double representing ...
- Web/API/Coordinates/heading The Coordinates.heading read-only property is a double representing the direction in which the ...
- Web/API/Coordinates/latitude The Coordinates.latitude read-only property is a double representing the latitude of the ...
- Web/API/Coordinates/longitude The Coordinates.longitude read-only property is a double representing the longitude of the ...
- Web/API/Coordinates/speed The Coordinates.speed read-only property is a double representing the velocity of the device in ...
- Web/API/Geolocation The Geolocation interface represents an object able to programmatically obtain the position of ...
- Web/API/Geolocation/clearWatch The Geolocation.clearWatch() method is used to unregister location/error monitoring handlers ...
- Web/API/Geolocation/getCurrentPosition The Geolocation.getCurrentPosition() method is used to get the current position of the device.
- Web/API/Geolocation/Using_geolocation The geolocation API allows the user to provide their location to web applications if they so ...
- Web/API/Geolocation/watchPosition The Geolocation.watchPosition() method is used to register a handler function that will be ...
- Web/API/Navigator/geolocation The Navigator.geolocation read-only property returns a Geolocation object that gives Web content ...
- Web/API/NavigatorGeolocation NavigatorGeolocation contains a creation method allowing objects implementing it to obtain a ...
- Web/API/Position The Position interface represents the position of the concerned device at a given time. The ...
- Web/API/Position/coords The Position.coords read-only property, a Coordinates object, represents a geographic attitude: ...
- Web/API/Position/timestamp The Position.timestamp read-only property, a DOMTimeStamp object, represents the date and the ...
- Web/API/PositionError The PositionError interface represents the reason of an error occurring when using the ...
- Web/API/PositionError/code The PositionError.code read-only property is an unsigned short representing the error code. The ...
- Web/API/PositionError/message The PositionError.message read-only property returns a human-readable DOMString describing the ...
- Web/API/PositionOptions The PositionOptions interface describes an object containing option properties to pass as a ...
- Web/API/PositionOptions/enableHighAccuracy The PositionOptions.enableHighAccuracy property is a Boolean that indicates the application ...
- Web/API/PositionOptions/maximumAge The PositionOptions.maximumAge property is a positive long value indicating the maximum age in ...
- Web/API/PositionOptions/timeout The PositionOptions.timeout property is a positive long value representing the maximum length of ...