blob: 81891551e500759f1463b31dffff24e811732b67 [file] [log] [blame] [edit]
[Constructor(optional SensorOptions options), SecureContext, Exposed=Window]
interface GeolocationSensor : Sensor {
readonly attribute unrestricted double? latitude;
readonly attribute unrestricted double? longitude;
readonly attribute unrestricted double? altitude;
readonly attribute unrestricted double? accuracy;
readonly attribute unrestricted double? altitudeAccuracy;
readonly attribute unrestricted double? heading;
readonly attribute unrestricted double? speed;
};