DashSpeedData

class DashSpeedData(val speed: Speed, val monotonicTimestampNanoseconds: Long)

Represents speed data.

Parameters

speed

Speed in m/ s. Direction is given by the sign of this value.

monotonicTimestampNanoseconds

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

Constructors

Link copied to clipboard
constructor(speed: Speed, monotonicTimestampNanoseconds: Long)

Properties

Link copied to clipboard
val speed: Speed

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.