Click or drag to resize

LatLonToStringWithZ Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns the coordinates of this LatLon in the form "Lat,Lon,Z". If ZLevel is 0 then the ZLevel is omitted.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public string ToStringWithZ()

Return Value

Type: String
The latitude and longitude of this LatLon.
See Also