GeolocationCoordinates

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

The GeolocationCoordinates interface represents the position and altitude of the device on Earth, as well as the accuracy with which these properties are calculated.

Properties

The GeolocationCoordinates interface doesn't inherit any properties.

GeolocationCoordinates.latitude Read only Secure context
Returns a double representing the position's latitude in decimal degrees.
GeolocationCoordinates.longitude Read only Secure context
Returns a double representing the position's longitude in decimal degrees.
GeolocationCoordinates.altitude Read only Secure context
Returns a double representing the position's altitude in meters, relative to sea level. This value can be null if the implementation cannot provide the data.
GeolocationCoordinates.accuracy Read only Secure context
Returns a double representing the accuracy of the latitude and longitude properties, expressed in meters.
GeolocationCoordinates.altitudeAccuracy Read only Secure context
Returns a double representing the accuracy of the altitude expressed in meters. This value can be null.
GeolocationCoordinates.heading Read only Secure context
Returns a double representing the direction towards which the device is facing. This value, specified in degrees, indicates how far off from heading true north the device is. 0 degrees represents true north, and the direction is determined clockwise (which means that east is 90 degrees and west is 270 degrees). If speed is 0, heading is NaN. If the device is unable to provide heading information, this value is null.
GeolocationCoordinates.speed Read only Secure context
Returns a double representing the velocity of the device in meters per second. This value can be null.

Methods

The GeolocationCoordinates interface neither implements, nor inherits any method.

Specifications

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

Browser compatibility

DesktopMobile
ChromeEdgeFirefoxInternet ExplorerOperaSafariAndroid webviewChrome for AndroidFirefox for AndroidOpera for AndroidSafari on iOSSamsung Internet
GeolocationCoordinatesChrome Full support 79
Full support 79
No support 5 — 78
Alternate Name
Alternate Name Uses the non-standard name: Coordinates
Edge Full support 79
Full support 79
No support 12 — 79
Alternate Name
Alternate Name Uses the non-standard name: Coordinates
Firefox Full support 72
Full support 72
No support 3.5 — 71
Alternate Name
Alternate Name Uses the non-standard name: Coordinates
IE Full support 9
Alternate Name
Full support 9
Alternate Name
Alternate Name Uses the non-standard name: Coordinates
Opera Full support 16
Alternate Name
Full support 16
Alternate Name
Alternate Name Uses the non-standard name: Coordinates
No support 10.6 — 15
Safari Full support 5
Alternate Name
Full support 5
Alternate Name
Alternate Name Uses the non-standard name: Coordinates
WebView Android Full support 79
Full support 79
No support ? — 78
Alternate Name
Alternate Name Uses the non-standard name: Coordinates
Chrome Android Full support 79
Full support 79
No support 18 — 78
Alternate Name
Alternate Name Uses the non-standard name: Coordinates
Firefox Android Full support 4
Alternate Name
Full support 4
Alternate Name
Alternate Name Uses the non-standard name: Coordinates
Opera Android Full support 16
Full support 16
No support 11 — 14
Safari iOS Full support 4.2
Alternate Name
Full support 4.2
Alternate Name
Alternate Name Uses the non-standard name: Coordinates
Samsung Internet Android Full support 1.0
Alternate Name
Full support 1.0
Alternate Name
Alternate Name Uses the non-standard name: Coordinates
accuracyChrome 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
altitudeChrome 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
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
headingChrome 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
latitudeChrome 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
longitudeChrome 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
Secure context requiredChrome Full support 47Edge Full support ≤79Firefox Full support 55IE No support NoOpera Full support YesSafari Full support YesWebView Android No support NoChrome Android Full support 47Firefox Android Full support 55Opera Android Full support YesSafari iOS Full support YesSamsung Internet Android Full support 5.0
speedChrome 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
No support
No support
Compatibility unknown
Compatibility unknown
Uses a non-standard name.
Uses a non-standard name.

See also