@heumes-it/expo-mapbox-navigation - v0.1.0
    Preparing search index...

    Interface RequestLocationPermissionOptions

    interface RequestLocationPermissionOptions {
        background?: boolean;
        precise?: boolean;
    }
    Index

    Properties

    background?: boolean

    Request background/always location in addition to when-in-use. Default: false.

    precise?: boolean

    On iOS 14+, request precise (full-accuracy) location. Default: true.