Class Distance
Distance traveled over an interval of time.
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 |