Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.24 KB

File metadata and controls

36 lines (23 loc) · 1.24 KB
title slug page-type browser-compat
GeolocationPosition
Web/API/GeolocationPosition
web-api-interface
api.GeolocationPosition

{{securecontext_header}}{{APIRef("Geolocation API")}}

The GeolocationPosition interface represents the position of the concerned device at a given time. The position, represented by a {{domxref("GeolocationCoordinates")}} object, comprehends the 2D position of the device, on a spheroid representing the Earth, but also its altitude and its speed.

Instance properties

The GeolocationPosition interface doesn't inherit any properties.

  • {{domxref("GeolocationPosition.coords")}} {{ReadOnlyInline}}
    • : Returns a {{domxref("GeolocationCoordinates")}} object defining the current location.
  • {{domxref("GeolocationPosition.timestamp")}} {{ReadOnlyInline}}
    • : Returns a timestamp, given as {{Glossary("Unix time")}} in milliseconds, representing the time at which the location was retrieved.

Instance methods

The GeolocationPosition interface neither implements, nor inherits any methods.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also