Collapse imageOverload List

  NameDescription
Public methodLatLng(Int32, Int32, Double, NorthSouth, Int32, Int32, Double, EastWest, Double, Datum)
Create a new LatLng object to represent a latitude/longitude pair using the specified datum.
Public methodLatLng(Double, Double)
Create a new LatLng object to represent a latitude/longitude pair using the WGS84 datum.
Public methodLatLng(Double, Double, Double)
Create a new LatLng object to represent a latitude/longitude pair using the WGS84 datum.
Public methodLatLng(Double, Double, Double, Datum)
Create a new LatLng object to represent a latitude/longitude pair using the specified datum.
Public methodLatLng(Int32, Int32, Double, NorthSouth, Int32, Int32, Double, EastWest)
Create a new LatLng object to represent a latitude/longitude pair using the WGS84 datum.
Public methodLatLng(Int32, Int32, Double, NorthSouth, Int32, Int32, Double, EastWest, Double)
Create a new LatLng object to represent a latitude/longitude pair using the WGS84 datum.

Collapse imageSee Also