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


useOrientationMatching?

optional useOrientationMatching?: boolean

Whether to use orientation matching (defaults to true)

Inherited from

LocationSourceOptions.useOrientationMatching


usePositionSmoother?

optional usePositionSmoother?: boolean

Whether to use position smoothing (defaults to true)

Inherited from

LocationSourceOptions.usePositionSmoother


useStrict?

optional useStrict?: boolean

Whether to use strict map matching (defaults to false)

Inherited from

LocationSourceOptions.useStrict