DashOrientationData
class DashOrientationData(val pitch: Angle?, val yaw: Angle?, val roll: Angle?, val monotonicTimestampNanoseconds: Long)
Represents orientation data, including pitch, yaw and roll.
Parameters
pitch
The pitch angle
yaw
The yaw angle
roll
The roll angle
monotonicTimestampNanoseconds
Timestamp which should be in sync with timestamps of locations from location provider.