Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MobilityMetrics

import type { MobilityMetrics } from "https://googleapis.deno.dev/v1/health:v4.ts";

Mobility workouts specific metrics

interface MobilityMetrics {
avgCadenceStepsPerMinute?: number;
avgGroundContactTimeDuration?: number;
avgStrideLengthMillimeters?: bigint;
avgVerticalOscillationMillimeters?: bigint;
avgVerticalRatio?: number;
}

§Properties

§
avgCadenceStepsPerMinute?: number
[src]

Optional. Cadence is a measure of the frequency of your foot strikes. Steps / min in real time during workout.

§
avgGroundContactTimeDuration?: number
[src]

Optional. The ground contact time for a particular stride is the amount of time for which the foot was in contact with the ground on that stride

§
avgStrideLengthMillimeters?: bigint
[src]

Optional. Stride length is a measure of the distance covered by a single stride

§
avgVerticalOscillationMillimeters?: bigint
[src]

Optional. Distance off the ground your center of mass moves with each stride while running

§
avgVerticalRatio?: number
[src]

Optional. Vertical oscillation/stride length between [5.0, 11.0].