As of February 19, 2026, this name is no longer defined by a Web Platform specification
Definition
Geolocation Sensor defines GeolocationSensorReading
dictionary GeolocationSensorReading {
DOMHighResTimeStamp? timestamp;
double? latitude;
double? longitude;
double? altitude;
double? accuracy;
double? altitudeAccuracy;
double? heading;
double? speed;
};