#import #import // https://w3c.github.io/geolocation/#position_interface [Exposed=Window, SecureContext] interface GeolocationPosition { readonly attribute GeolocationCoordinates coords; readonly attribute EpochTimeStamp timestamp; [Default] object toJSON(); };