Show / Hide Table of Contents

Class Altitude

Captures the altitude gain (i.e. deltas), and not level above sea, for a user in millimeters.

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

Constructors

Altitude()

Declaration
public Altitude()

Altitude(Altitude)

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

Properties

GainMillimeters

Required. Altitude gain in millimeters over the observed interval.

Declaration
public long GainMillimeters { get; set; }
Property Value
Type Description
long

Interval

Required. Observed interval.

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