Variable GeolocationPositionError

GeolocationPositionError: {
    PERMISSION_DENIED: 1;
    POSITION_UNAVAILABLE: 2;
    TIMEOUT: 3;
    prototype: GeolocationPositionError;
    new (): GeolocationPositionError;
}

Type declaration