Variable GeolocationPositionError

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