Show / Hide Table of Contents

Class MobilityMetrics

Mobility workouts specific metrics

Inheritance
object
MobilityMetrics
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GoogleHealthAPI.v4.Data
Assembly: Google.Apis.GoogleHealthAPI.v4.dll
Syntax
public class MobilityMetrics : IDirectResponseSchema

Properties

AvgCadenceStepsPerMinute

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

Declaration
[JsonProperty("avgCadenceStepsPerMinute")]
public virtual double? AvgCadenceStepsPerMinute { get; set; }
Property Value
Type Description
double?

AvgGroundContactTimeDuration

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

Declaration
[JsonProperty("avgGroundContactTimeDuration")]
public virtual object AvgGroundContactTimeDuration { get; set; }
Property Value
Type Description
object

AvgStrideLengthMillimeters

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

Declaration
[JsonProperty("avgStrideLengthMillimeters")]
public virtual long? AvgStrideLengthMillimeters { get; set; }
Property Value
Type Description
long?

AvgVerticalOscillationMillimeters

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

Declaration
[JsonProperty("avgVerticalOscillationMillimeters")]
public virtual long? AvgVerticalOscillationMillimeters { get; set; }
Property Value
Type Description
long?

AvgVerticalRatio

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

Declaration
[JsonProperty("avgVerticalRatio")]
public virtual double? AvgVerticalRatio { get; set; }
Property Value
Type Description
double?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX