The FloatLatLng type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FloatLatLng(LatLng) | Initializes a new instance of the FloatLatLng class | |
FloatLatLng(Double, Double) | Initializes a new instance of the FloatLatLng class |
Methods
Name | Description | |
---|---|---|
ArcDistance(LatLng) |
Calculates the distance between two lat/lng's in miles.
(Inherited from LatLng.) | |
ArcDistance(LatLng, DistanceUnits) |
Calculates the distance between two lat/lng's in miles or meters.
(Inherited from LatLng.) | |
CalculateMidpoint | (Overrides LatLng..::..CalculateMidpoint(LatLng).) | |
Copy | (Overrides LatLng..::..Copy()()()().) | |
Equals | (Overrides LatLng..::..Equals(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.) | |
GetFixedLat | (Overrides LatLng..::..GetFixedLat()()()().) | |
GetFixedLng | (Overrides LatLng..::..GetFixedLng()()()().) | |
GetHashCode | (Overrides LatLng..::..GetHashCode()()()().) | |
GetLat | (Overrides LatLng..::..GetLat()()()().) | |
GetLng | (Overrides LatLng..::..GetLng()()()().) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsFixedPoint | (Overrides LatLng..::..IsFixedPoint()()()().) | |
IsNormalized | (Overrides LatLng..::..IsNormalized()()()().) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Normalize | (Overrides LatLng..::..Normalize()()()().) | |
ToCartesian |
Convert the lat/lng into the cartesian coordinate plane such that all
world coordinates are represented in the first quadrant.
The x dimension corresponds to latitude and y corresponds to longitude.
The translation starts with the normalized latlng and adds 180 to the latitude and
90 to the longitude (subject to fixed point scaling).
(Inherited from LatLng.) | |
ToFixed | (Overrides LatLng..::..ToFixed()()()().) | |
ToFloat | (Overrides LatLng..::..ToFloat()()()().) | |
ToString | (Inherited from LatLng.) |