Definition
Geolocation defines GeolocationPosition
[Exposed=Window, SecureContext]
interface GeolocationPosition {
readonly attribute GeolocationCoordinates coords;
readonly attribute EpochTimeStamp timestamp;
[Default] object toJSON();
};
Methods and attributes that return objects implementing GeolocationPosition
Referring IDL interfaces/dictionaries
Referring specifications
- The HTML Permission Elements refers to
GeolocationPosition