Orientation

@Serializable
data class Orientation(val orientation: BearingWithAccuracy? = null, val timestamp: TimeMark)(source)

A device-heading measurement.

Constructors

Link copied to clipboard
constructor(orientation: BearingWithAccuracy? = null, timestamp: TimeMark)

Properties

Link copied to clipboard

Direction the device is pointing and its accuracy, or null when the provider cannot determine a heading.

Link copied to clipboard

Monotonic point in time when the heading was acquired.