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.

Constructors

Link copied to clipboard
constructor(rotationRate: AngularVelocity3D, monotonicTimestampNanoseconds: Long)

Properties

Link copied to clipboard
val rotationRate: AngularVelocity3D

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Indicates whether some other object is "equal to" this one.

Link copied to clipboard
open override fun hashCode(): Int

Returns a hash code value for the object.

Link copied to clipboard
open override fun toString(): String

Returns a string representation of the object.