Click or drag to resize

LongLat Methods

The LongLat type exposes the following members.

Methods
 NameDescription
Public methodDistanceTo Returns a Distance that represents the shortest distance along the surface of the Earth from this to the specified longLat.
Public methodEast Returns a LongLat that represents a position the specified distance East of this.
Public methodEquals(LongLat) Returns true if other has the same Longitude and Latitude values as this.
Public methodEquals(Object) Returns true if obj is a LongLat instance with the same Longitude and Latitude values as this.
(Overrides ValueTypeEquals(Object))
Public methodGetHashCode Overridden to ensure consistency with Equals.
(Overrides ValueTypeGetHashCode)
Public methodNorth Returns a LongLat that represents a position the specified distance North of this.
Public methodSouth Returns a LongLat that represents a position the specified distance South of this.
Public methodToString Returns a non-null, non-empty string representation of this instance for logging and debugging purposes.
(Overrides ValueTypeToString)
Public methodWest Returns a LongLat that represents a position the specified distance West of this.
Top
See Also