The LatLng type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Distance |
Calculate the surface distance in kilometres from this LatLng to the given
LatLng.
| |
| DistanceMiles |
Calculate the surface distance in miles from this LatLng to the given
LatLng.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToDatum |
Converts this LatLng to another datum.
| |
| ToDMSString |
Return a String representation of this LatLng object in
degrees-minutes-seconds format. The returned format will be like this: DD
MM SS.SSS N DD MM SS.SSS E where DD is the number of degrees, MM is the
number of minutes, SS.SSS is the number of seconds, N is either N or S to
indicate north or south of the equator and E is either E or W to indicate
east or west of the prime meridian.
| |
| ToMGRSRef |
Convert this latitude and longitude to an MGRS reference.
| |
| ToOSGB36 |
Convert this LatLng from the WGS84 datum to the OSGB36 datum using an
approximate Helmert transformation.
| |
| ToOSRef |
Convert this latitude and longitude into an OSGB (Ordnance Survey of Great
Britain) grid reference.
| |
| ToString |
Returns a String that represents the current LatLng object.
(Overrides Object..::.ToString()()().) | |
| ToUtmRef |
Convert this latitude and longitude to a UTM reference.
| |
| ToWGS84 |
Convert this LatLng from the OSGB36 datum to the WGS84 datum using an
approximate Helmert transformation.
|