Movatterモバイル変換


[0]ホーム

URL:


MDN Web Docs

GeolocationPosition

BaselineWidely available *

Secure context: This feature is available only insecure contexts (HTTPS), in some or allsupporting browsers.

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

Instance properties

TheGeolocationPosition interface doesn't inherit any properties.

GeolocationPosition.coordsRead only

Returns aGeolocationCoordinates object defining the current location.

GeolocationPosition.timestampRead only

Returns a timestamp, given asUnix time in milliseconds, representing the time at which the location was retrieved.

Instance methods

TheGeolocationPosition interface doesn't inherit any methods.

GeolocationPosition.toJSON()

Returns a JSON representation of theGeolocationPosition object and enables serialization withJSON.stringify().

Specifications

Specification
Geolocation
# position_interface

Browser compatibility

See also

Help improve MDN

Learn how to contribute.

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp