Elevation Gained
data class ElevationGained(val unit: KHUnit.Length, val value: Double, val startTime: Instant, val endTime: Instant) : KHRecord
Captures the elevation gained by the user since the last reading.
Note - This record is available on
Android
only. It will be ignored onApple
.
Parameters
unit
Measurement scale of this record
value
The value of this record
start Time
The start instant of the interval over which the value this record was captured
end Time
The end instant of the interval over which the value this record was captured