DashRawGyroscopeData
class DashRawGyroscopeData(val rotationRate: AngularVelocity3D, val monotonicTimestampNanoseconds: Long)
Represents raw gyroscope data.
Parameters
rotationRate
The rotation rate of the device (in rad/ s)
monotonicTimestampNanoseconds
Timestamp which should be in sync with timestamps of locations from location provider.