Show / Hide Table of Contents

Class Distance

Distance traveled over an interval of time.

Inheritance
object
Distance
Implements
IMessage<Distance>
IEquatable<Distance>
IDeepCloneable<Distance>
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 Distance : IMessage<Distance>, IEquatable<Distance>, IDeepCloneable<Distance>, IBufferMessage, IMessage

Constructors

Distance()

Declaration
public Distance()

Distance(Distance)

Declaration
public Distance(Distance other)
Parameters
Type Name Description
Distance other

Properties

Interval

Required. Observed interval.

Declaration
public ObservationTimeInterval Interval { get; set; }
Property Value
Type Description
ObservationTimeInterval

Millimeters

Required. Distance in millimeters over the observed interval.

Declaration
public long Millimeters { get; set; }
Property Value
Type Description
long
In this article
Back to top Generated by DocFX