The LatLong type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| DistanceMeters |
Calculates the distance between the current latlong and the supplied latlong.
Uses Haversine formula from http://mathforum.org/library/drmath/view/51879.html
| |
| Equals |
determines if this instance is the same as the supplied instance
(Overrides | |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
| GetHashCode |
Gets a hash code for this object
(Overrides | |
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
Returns the fully qualified type name of this instance. (Inherited from |
See Also