LatLng Constructor |
Name | Description | |
---|---|---|
LatLng(LatLng) | ||
LatLng(Double, Double) |
Create a new LatLng object to represent a latitude/longitude pair using the
WGS84 datum.
| |
LatLng(Double, Double, Double) |
Create a new LatLng object to represent a latitude/longitude pair using the
WGS84 datum.
| |
LatLng(Double, Double, Double, Datum) |
Create a new LatLng object to represent a latitude/longitude pair using the
specified datum.
| |
LatLng(Int32, Int32, Double, NorthSouth, Int32, Int32, Double, EastWest) |
Create a new LatLng object to represent a latitude/longitude pair using the
WGS84 datum.
| |
LatLng(Int32, Int32, Double, NorthSouth, Int32, Int32, Double, EastWest, Double) |
Create a new LatLng object to represent a latitude/longitude pair using the
WGS84 datum.
| |
LatLng(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.
|