react-native-google-maps-plus - v1.10.2
    Preparing search index...

    Type Alias RNIOSLocationConfig

    iOS location configuration.

    type RNIOSLocationConfig = {
        activityType?: RNIOSLocationActivityType;
        desiredAccuracy?: RNIOSLocationAccuracy;
        distanceFilterMeters?: number;
    }
    Index

    Properties

    Activity type used to optimize location updates.

    desiredAccuracy?: RNIOSLocationAccuracy

    Desired accuracy level.

    distanceFilterMeters?: number

    Minimum distance in meters before a new update is delivered.