GeolocationPosition

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

MDN Reference

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

The GeolocationCoordinates object containing the device's current location.

Link copied to clipboard

The time at which the location was retrieved.