Interface GeolocationSourceOptions

Hierarchy

  • SensorSourceOptions
    • GeolocationSourceOptions

Properties

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

Default

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