LatLon Properties |
The LatLon type exposes the following members.
Name | Description | |
---|---|---|
AsInt64 |
Return Latitude and Longitude packed as a 64bit integer.
| |
IsValid |
True only if this LatLon has been assigned a valid value.
| |
Lat |
Latitude (Y) in degrees.
| |
Lon |
Longitude (X) in degrees.
| |
WKT |
Return this point formatted for WKT (Well Known Text).
| |
WKTWithZ |
Return this point formatted for WKT (Well Known Text) with Z level.
| |
x |
Gets or sets Lon.
| |
y |
Gets or sets Lat.
| |
ZLevel |
Gets or sets the z-level of this LatLon. It is used to determine whether there is a height
difference between overlapping LatLons, for example when one road crosses another road as a bridge.
|