LatLon Constructor |
Name | Description | |
---|---|---|
LatLon(LatLon) |
Create a copy of a LatLon.
| |
LatLon(String) |
Takes a string of form "latitude,longitude" and creates a LatLon object.
| |
LatLon(UInt64) |
Initialize from 64bit integer. See AsInt64.
| |
LatLon(XmlNode) | Construct a new LatLon from an XML node. As of 4.3: Retrieving the 'Location' attribute if it is present. Pre 4.3: Retrieving the old attributes "Lat" and "Lon". | |
LatLon(Double, Double) |
Initialize from parameters.
| |
LatLon(Double, Double, UInt32) |
Initializes a LatLon object with a latitude, longitude, and z-level.
|