A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.mozilla.org/en-US/docs/Web/API/GeolocationCoordinates below:

GeolocationCoordinates - Web APIs | MDN

In this article Instance properties

The GeolocationCoordinates interface doesn't inherit any properties.

GeolocationCoordinates.latitude Read only

Returns a double representing the position's latitude in decimal degrees.

GeolocationCoordinates.longitude Read only

Returns a double representing the position's longitude in decimal degrees.

GeolocationCoordinates.altitude Read only

Returns a double representing the position's altitude in meters, relative to nominal sea level. This value can be null if the implementation cannot provide the data.

GeolocationCoordinates.accuracy Read only

Returns a double representing the accuracy of the latitude and longitude properties, expressed in meters.

GeolocationCoordinates.altitudeAccuracy Read only

Returns a double representing the accuracy of the altitude expressed in meters. This value can be null if the implementation cannot provide the data.

GeolocationCoordinates.heading Read only

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 or the device is unable to provide heading information, heading is null.

GeolocationCoordinates.speed Read only

Returns a double representing the velocity of the device in meters per second. This value can be null.

Instance methods

The GeolocationCoordinates interface doesn't inherit any methods.

GeolocationCoordinates.toJSON()

Returns a JSON representation of the GeolocationCoordinates object and enables serialization with JSON.stringify().

Specifications Browser compatibility

Loading…

See also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4