Skip to main content

GnssWifiLocationSourceConfig

wemap-sdk-js


Interface: GnssWifiLocationSourceConfig

Configuration options for GnssWifiLocationSource

Extends

  • LocationSourceOptions

Properties

enableAttitude?

optional enableAttitude: boolean

Whether to enable attitude tracking (defaults to true)


maxAngleBearing?

optional maxAngleBearing: number

Maximum angle difference in radians between bearing and route direction

Inherited from

LocationSourceOptions.maxAngleBearing


maxDistance?

optional maxDistance: number

Maximum distance in meters from route to consider a match

Inherited from

LocationSourceOptions.maxDistance


minDistance?

optional minDistance: number

Minimum distance in meters from route to consider a match

Inherited from

LocationSourceOptions.minDistance


usePositionSmoother?

optional usePositionSmoother: boolean

Whether to use position smoothing (defaults to true)

Inherited from

LocationSourceOptions.usePositionSmoother