@situm/react-native
    Preparing search index...

    Type Alias OutdoorLocationOptions

    Outdoor location options are only used in indoor-outdoor mode (Only available for Android)

    type OutdoorLocationOptions = {
        averageSnrThreshold?: number;
        burstInterval?: number;
        continuousMode?: boolean;
        userDefinedThreshold?: boolean;
    }
    Index

    Properties

    averageSnrThreshold?: number
    burstInterval?: number

    Interval to scan for GPS and detect the environment (in seconds)

    continuousMode?: boolean

    Environment detection continuous mode (true) or burst mode (false)

    userDefinedThreshold?: boolean