DashAltimeterData

class DashAltimeterData(val pressure: Float, val monotonicTimestampNanoseconds: Long)

Represents altimeter data including pressure and timestamp.

Parameters

pressure

The atmospheric pressure in kilopascals.

monotonicTimestampNanoseconds

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

Constructors

Link copied to clipboard
constructor(pressure: Float, monotonicTimestampNanoseconds: Long)

Properties

Link copied to clipboard

Functions

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