The FloatLatLng type exposes the following members.

Constructors

  NameDescription
Public methodFloatLatLng(LatLng)
Initializes a new instance of the FloatLatLng class
Public methodFloatLatLng(Double, Double)
Initializes a new instance of the FloatLatLng class

Methods

  NameDescription
Public methodArcDistance(LatLng)
Calculates the distance between two lat/lng's in miles.
(Inherited from LatLng.)
Public methodArcDistance(LatLng, DistanceUnits)
Calculates the distance between two lat/lng's in miles or meters.
(Inherited from LatLng.)
Public methodCalculateMidpoint (Overrides LatLng..::..CalculateMidpoint(LatLng).)
Public methodCopy (Overrides LatLng..::..Copy()()()().)
Public methodEquals (Overrides LatLng..::..Equals(Object).)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetFixedLat (Overrides LatLng..::..GetFixedLat()()()().)
Public methodGetFixedLng (Overrides LatLng..::..GetFixedLng()()()().)
Public methodGetHashCode (Overrides LatLng..::..GetHashCode()()()().)
Public methodGetLat (Overrides LatLng..::..GetLat()()()().)
Public methodGetLng (Overrides LatLng..::..GetLng()()()().)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsFixedPoint (Overrides LatLng..::..IsFixedPoint()()()().)
Public methodIsNormalized (Overrides LatLng..::..IsNormalized()()()().)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNormalize (Overrides LatLng..::..Normalize()()()().)
Public methodToCartesian
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.)
Public methodToFixed (Overrides LatLng..::..ToFixed()()()().)
Public methodToFloat (Overrides LatLng..::..ToFloat()()()().)
Public methodToString (Inherited from LatLng.)

See Also