VPSLocationSourceConfig
Interface: VPSLocationSourceConfig
Configuration options for VPSLocationSource
Extends
LocationSourceOptions
Properties
maxAngleBearing?
optionalmaxAngleBearing:number
Maximum angle difference in radians between bearing and route direction
Inherited from
LocationSourceOptions.maxAngleBearing
maxDistance?
optionalmaxDistance:number
Maximum distance in meters from route to consider a match
Inherited from
LocationSourceOptions.maxDistance
minDistance?
optionalminDistance:number
Minimum distance in meters from route to consider a match
Inherited from
LocationSourceOptions.minDistance
usePositionSmoother?
optionalusePositionSmoother:boolean
Whether to use position smoothing (defaults to true)
Inherited from
LocationSourceOptions.usePositionSmoother