Heading

class Heading(val value: Double, val time: Long?, val accuracy: Double?)

A heading that can be created from a true heading or derived from an EUS quaternion.

Constructors

Link copied to clipboard
constructor(value: Double, time: Long?, accuracy: Double?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The maximum deviation, in degrees, between the reported heading and the true heading.

Link copied to clipboard
val time: Long?

The time at which the heading was determined, in milliseconds since 1970.

Link copied to clipboard

The heading, in degrees, relative to true north.