GeolocationCoordinates.altitudeAccuracy

Secure context
This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.

The GeolocationCoordinates.altitudeAccuracy read-only property is a strictly positive double representing the accuracy, with a 95% confidence level, of the altitude expressed in meters. This value is null if the implementation doesn't support measuring altitude.

Syntax

let altAcc = geolocationCoordinatesInstance.altitudeAccuracy

Value

A positive double representing the accuracy, with a 95% confidence level, of the altitude expressed in meters.

Specifications

Specification Status Comment
Geolocation API
The definition of 'GeolocationCoordinates.altitudeAccuracy' in that specification.
Recommendation Initial specification.

Browser compatibility

DesktopMobile
ChromeEdgeFirefoxInternet ExplorerOperaSafariAndroid webviewChrome for AndroidFirefox for AndroidOpera for AndroidSafari on iOSSamsung Internet
altitudeAccuracyChrome Full support 5Edge Full support 12Firefox Full support 3.5IE Full support 9Opera Full support 16
Full support 16
No support 10.6 — 15
Safari Full support 5WebView Android Full support 37Chrome Android Full support 18Firefox Android Full support 4Opera Android Full support 16
Full support 16
No support 11 — 14
Safari iOS ? Samsung Internet Android Full support 1.0

Legend

Full support
Full support
Compatibility unknown
Compatibility unknown

See also