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
)
Public Shared Function LatLonToString (
lat As Double,
lon As Double
) As String
public:
static String^ LatLonToString(
double lat,
double lon
)
static member LatLonToString :
lat : float *
lon : float -> string
Parameters
- lat
- Type: SystemDouble
Latitude of the coordinate. - lon
- Type: SystemDouble
Longitude of the coordinate.
Return Value
Type:
StringTextual representation of the input coordinates in a grad/min/sec format.
See Also