Class SphericalPositionInfo
Represents a position on a globe or sphere, including latitude, longitude, and altitude.
Assembly: Meadow.Contracts.dll
View Source
Declaration
public class SphericalPositionInfo
Properties
Latitude
Gets or sets the latitude of the position.
View Source
Declaration
public DegreesMinutesSecondsPosition? Latitude { get; set; }
Longitude
Gets or sets the longitude of the position.
View Source
Declaration
public DegreesMinutesSecondsPosition? Longitude { get; set; }
Altitude
Gets or sets the altitude above mean sea level in meters.
View Source
Declaration
public decimal? Altitude { get; set; }