FixResult
data class FixResult(val verdict: FixVerdict, val emitted: Fix?, val displacementM: Double, val distanceDeltaM: Double, val bucket: DistanceBucket, val reason: String? = null)
Constructors
Link copied to clipboard
constructor(verdict: FixVerdict, emitted: Fix?, displacementM: Double, distanceDeltaM: Double, bucket: DistanceBucket, reason: String? = null)
Properties
Link copied to clipboard
Link copied to clipboard
Straight-line metres from the previous accepted fix. Reported even when counted nowhere.
Link copied to clipboard
Metres added to bucket. Zero whenever bucket is DistanceBucket.NONE.
Link copied to clipboard