[This is preliminary documentation and is subject to change.]
The LatLng type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| LatLng(String, String) | Initializes a new instance of the LatLng class | |
| LatLng(Double, Double, String) | Initializes a new instance of the LatLng class |
Methods
| Name | Description | |
|---|---|---|
| ComponentToString | ||
| Equals | (Overrides | |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
| GetHashCode | (Overrides | |
Gets the (Inherited from | ||
| HaversineEarthDistanceKm | ||
Creates a shallow copy of the current (Inherited from | ||
| ToString | (Overrides |
Extension Methods
Fields
| Name | Description | |
|---|---|---|
| DEG_TO_RAD | ||
| EARTH_CIRCUMFERENCE_KM | ||
| EARTH_DIAMETER_KM | ||
| EARTH_RADIUS_KM | ||
| MAX_LAT | ||
| MAX_LNG | ||
| MIN_LAT | ||
| MIN_LNG |
Properties
| Name | Description | |
|---|---|---|
| Lat | ||
| Lng | ||
| Name | ||
| RadLat | ||
| RadLng |
See Also