LatLon Constructor (Double, Double, UInt32) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Initializes a LatLon object with a latitude, longitude, and z-level.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public LatLon(
double lat,
double lon,
uint z
)
Public Sub New (
lat As Double,
lon As Double,
z As UInteger
)
Parameters
- lat
- Type: SystemDouble
Latitude - lon
- Type: SystemDouble
Longitude - z
- Type: SystemUInt32
Z-level, which is used to determine whether there is a height difference between overlapping LatLons, for example when one road crosses another road as a bridge
See Also