Speed

data class Speed(val samples: List<KHSpeedSample>) : KHRecord

Captures the user's speed, e. g. during running or cycling. Each record represents a series of measurements.

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

Parameters

samples

The list of captured speed values along with their unit and time instances

Constructors

Link copied to clipboard
constructor(samples: List<KHSpeedSample>)

Properties

Link copied to clipboard