VpsStateManagerConfig

data class VpsStateManagerConfig(val degradedDistanceThreshold: Double = 75.0, val notPositioningDistanceThreshold: Double = 150.0)

Distance thresholds that drive the VPS positioning state machine.

Constructors

Link copied to clipboard
constructor(degradedDistanceThreshold: Double = 75.0, notPositioningDistanceThreshold: Double = 150.0)

Properties

Link copied to clipboard

Distance from the last known position at which the state transitions to degraded, in meters.

Link copied to clipboard

Distance from the last known position at which the state transitions to not positioning, in meters.