CyclingPedalingCadence

data class CyclingPedalingCadence(val samples: List<KHCyclingPedalingCadenceSample>, val startTime: Instant, val endTime: Instant) : KHRecord

In cycling, cadence is a measure of rotational speed of the crank, expressed in revolutions per minute. In other words, it is the pedalling rate at which a cyclist is turning the pedals.

Note - This record is available on Android only. It will be ignored on Apple.

Parameters

samples

The list of captured cadence values along with their time instances within this object's startTime and endTime range

startTime

The start instant of the interval over which the value this record was captured

endTime

The end instant of the interval over which the value this record was captured

Constructors

Link copied to clipboard
constructor(samples: List<KHCyclingPedalingCadenceSample>, startTime: Instant, endTime: Instant)

Properties

Link copied to clipboard
val endTime: Instant
Link copied to clipboard
Link copied to clipboard
val startTime: Instant