RunningSpeed

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

Running speed is the rate at which a person moves while running, typically measured in meters per second or kilometers per hour.

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

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