UtmUtils.ToLatLng method
Version 1.0.0-beta002
.NET Framework 4.7
Namespace | Skybrud.Essentials.Maps |
---|---|
Assembly | Skybrud.Essentials.Maps.dll |
ToLatLng(double, double, string, out double, out double)
Static
Converts UTM coordinates utmX
(easting) and utmY
(northing) to the corresponding latitude
and longitude
.
public static Void ToLatLng(double utmX, double utmY, string utmZone, double latitude, double longitude)