files/en-us/web/api/geolocationposition/index.md
{{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.
The GeolocationPosition interface doesn't inherit any properties.
The GeolocationPosition interface doesn't inherit any methods.
GeolocationPosition object and enables serialization with {{jsxref("JSON.stringify()")}}.{{Specifications}}
{{Compat}}