GlobalCoordinates StructureMapAround Documentation
Represents a global coordinates. Which defined by the latitude and longitude. Negative latitude - the southern hemisphere. Negative longitude - Eastern Hemisphere. The angles in the canonical form belong to the following intervals: Latitude: -90 to +90 degrees Longitude: -180 to +180 degrees

Namespace: MapAround.Geography
Assembly: MapAround.Core (in MapAround.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public struct GlobalCoordinates : IComparable<GlobalCoordinates>
See Also