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

    Interface GeolocationSourceOptions

    interface GeolocationSourceOptions {
        autoStart?: boolean;
        distanceFilter?: number;
        interval?: number;
        name?: string;
        persistence?: boolean;
        sensors?: SensorType[];
        softStop?: boolean;
        source?: DataObject;
        uid?: string;
    }

    Hierarchy

    • SensorSourceOptions
      • GeolocationSourceOptions
    Index
    autoStart?: boolean

    Auto start the sensor

    distanceFilter?: number
    interval?: number

    Push interval

    name?: string

    User friendly name of the node Used for querying a node by its name.

    persistence?: boolean

    Merge objects from persisted source

    true
    
    sensors?: SensorType[]

    Sensor types

    softStop?: boolean

    Stopping the source will halt the pushing of frames but not stop the data collection.

    source?: DataObject

    Source data object

    uid?: string

    Manually set the unique identifier of the node