react-native-background-geolocation@5.0.0-beta.1
    Preparing search index...

    Interface ProviderChangeEvent

    interface ProviderChangeEvent {
        enabled: boolean;
        status: number;
        network: boolean;
        gps: boolean;
        accuracyAuthorization: number;
    }
    Index

    Properties

    enabled: boolean

    True when device location-services are enabled.

    status: number

    Authorization status for location-services (platform numeric).

    network: boolean

    True if network geolocation provider is available.

    gps: boolean

    True if GPS geolocation provider is available.

    accuracyAuthorization: number

    iOS 14+ "Precise" authorization (platform numeric FULL/REDUCED).