Show / Hide Table of Contents

Class MetricsSummary.Types.MobilityMetrics

Mobility workouts specific metrics

Inheritance
object
MetricsSummary.Types.MobilityMetrics
Implements
IMessage<MetricsSummary.Types.MobilityMetrics>
IEquatable<MetricsSummary.Types.MobilityMetrics>
IDeepCloneable<MetricsSummary.Types.MobilityMetrics>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class MetricsSummary.Types.MobilityMetrics : IMessage<MetricsSummary.Types.MobilityMetrics>, IEquatable<MetricsSummary.Types.MobilityMetrics>, IDeepCloneable<MetricsSummary.Types.MobilityMetrics>, IBufferMessage, IMessage

Constructors

MobilityMetrics()

Declaration
public MobilityMetrics()

MobilityMetrics(MobilityMetrics)

Declaration
public MobilityMetrics(MetricsSummary.Types.MobilityMetrics other)
Parameters
Type Name Description
MetricsSummary.Types.MobilityMetrics other

Properties

AvgCadenceStepsPerMinute

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

Declaration
public 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
public Duration AvgGroundContactTimeDuration { get; set; }
Property Value
Type Description
Duration

AvgStrideLengthMillimeters

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

Declaration
public 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
public long AvgVerticalOscillationMillimeters { get; set; }
Property Value
Type Description
long

AvgVerticalRatio

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

Declaration
public double AvgVerticalRatio { get; set; }
Property Value
Type Description
double

HasAvgCadenceStepsPerMinute

Gets whether the "avg_cadence_steps_per_minute" field is set

Declaration
public bool HasAvgCadenceStepsPerMinute { get; }
Property Value
Type Description
bool

HasAvgStrideLengthMillimeters

Gets whether the "avg_stride_length_millimeters" field is set

Declaration
public bool HasAvgStrideLengthMillimeters { get; }
Property Value
Type Description
bool

HasAvgVerticalOscillationMillimeters

Gets whether the "avg_vertical_oscillation_millimeters" field is set

Declaration
public bool HasAvgVerticalOscillationMillimeters { get; }
Property Value
Type Description
bool

HasAvgVerticalRatio

Gets whether the "avg_vertical_ratio" field is set

Declaration
public bool HasAvgVerticalRatio { get; }
Property Value
Type Description
bool
In this article
Back to top Generated by DocFX