Long |
The LongLat type exposes the following members.
Name | Description | |
---|---|---|
![]() | DistanceTo | Returns a Distance that represents the shortest distance along the surface of the Earth from this to the specified longLat. |
![]() | East | Returns a LongLat that represents a position the specified distance East of this. |
![]() | Equals(LongLat) | Returns true if other has the same Longitude and Latitude values as this. |
![]() | Equals(Object) |
Returns true if obj is a LongLat instance
with the same Longitude and Latitude values as this.
(Overrides ValueTypeEquals(Object)) |
![]() | GetHashCode |
Overridden to ensure consistency with Equals.
(Overrides ValueTypeGetHashCode) |
![]() | North | Returns a LongLat that represents a position the specified distance North of this. |
![]() | South | Returns a LongLat that represents a position the specified distance South of this. |
![]() | ToString |
Returns a non-null, non-empty string representation of this instance for logging and debugging purposes.
(Overrides ValueTypeToString) |
![]() | West | Returns a LongLat that represents a position the specified distance West of this. |