GpsPositionFix
USI.Core
Geodetic position calculated by a satellite-navigation receiver.
public sealed class GpsPositionFix : IEquatable<GpsPositionFix>Constructors
GpsPositionFix
public GpsPositionFix(Angle Latitude, Angle Longitude, Length AltitudeMeanSeaLevel)Geodetic position calculated by a satellite-navigation receiver.
Properties
AltitudeMeanSeaLevel
public Length AltitudeMeanSeaLevel { get; set; }Latitude
public Angle Latitude { get; set; }Longitude
public Angle Longitude { get; set; }Methods
<Clone>$
public GpsPositionFix <Clone>$()Deconstruct
public void Deconstruct(Angle Latitude, Angle Longitude, Length AltitudeMeanSeaLevel)Equals
public bool Equals(object obj)Equals
public bool Equals(GpsPositionFix other)GetHashCode
public int GetHashCode()ToString
public string ToString()