Click or drag to resize
LatLng Constructor
doogal.co.uk Home



Overload List
  NameDescription
Public methodLatLng(LatLng)
Initializes a new instance of the LatLng class based on another LatLng instance.
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.
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.
Top
See Also