DashRawGravityData

class DashRawGravityData(val gravity: Point3D, val monotonicTimestampNanoseconds: Long)

Represents gravity data.

Parameters

gravity

A three dimensional vector indicating the direction and magnitude of gravity (in m/ s^2)

monotonicTimestampNanoseconds

Timestamp which should be in sync with timestamps of locations from location provider.

Constructors

Link copied to clipboard
constructor(gravity: Point3D, monotonicTimestampNanoseconds: Long)

Properties

Link copied to clipboard
val gravity: Point3D

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.