Variable GeolocationPositionError
GeolocationPositionError: {
PERMISSION_DENIED: 1;
POSITION_UNAVAILABLE: 2;
prototype: GeolocationPositionError;
TIMEOUT: 3;
new (): GeolocationPositionError;
}
PERMISSION_DENIED: 1;
POSITION_UNAVAILABLE: 2;
prototype: GeolocationPositionError;
TIMEOUT: 3;
new (): GeolocationPositionError;
}
Type declaration
- new (): GeolocationPositionError
- Returns GeolocationPositionError
 
- ReadonlyPERMISSION_DENIED: 1
- ReadonlyPOSITION_UNAVAILABLE: 2
- prototype: GeolocationPositionError
- ReadonlyTIMEOUT: 3