BearingWithAccuracy

@Serializable
data class BearingWithAccuracy(val value: Bearing, val accuracy: Rotation?)(source)

Represents a bearing value with its potential accuracy.

Constructors

Link copied to clipboard
constructor(value: Bearing, accuracy: Rotation?)

Properties

Link copied to clipboard

The potential error in the bearing, expressed as a Rotation. A smaller value indicates higher accuracy. A null value implies that the accuracy is unknown.

Link copied to clipboard

The bearing.