GeolocationPositionError
GeolocationPositionError: {
prototype: GeolocationPositionError;
PERMISSION_DENIED: 1;
POSITION_UNAVAILABLE: 2;
TIMEOUT: 3;
new (): GeolocationPositionError;
}
prototype: GeolocationPositionError;
PERMISSION_DENIED: 1;
POSITION_UNAVAILABLE: 2;
TIMEOUT: 3;
new (): GeolocationPositionError;
}
Type declaration
- new (): GeolocationPositionError
Returns GeolocationPositionError
prototype: GeolocationPositionError
Readonly
PERMISSION_DENIED: 1Readonly
POSITION_UNAVAILABLE: 2Readonly
TIMEOUT: 3