Click or drag to resize

GeoTransformLatLonToString Method (Double, Double)

Converts latitude/longitude coordinates to a textual representation.

Namespace:  Ptv.XServer.Controls.Map.Tools
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public static string LatLonToString(
	double lat,
	double lon
)

Parameters

lat
Type: SystemDouble
Latitude of the coordinate.
lon
Type: SystemDouble
Longitude of the coordinate.

Return Value

Type: String
Textual representation of the input coordinates in a grad/min/sec format.
See Also