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
Readonly
PERMISSION_DENIED: 1Readonly
POSITION_UNAVAILABLE: 2prototype: GeolocationPositionError
Readonly
TIMEOUT: 3