doogal.co.uk Home
Convert this Irish Transverse Mercator (ITM) reference to a latitude/longitude pair using the
IRENET95 datum. Note that, the LatLng object may need to be converted to the
WGS84 datum depending on the application.
Namespace:
DotNetCoords
Assembly:
DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.22 (1.0.0.22)
Syntaxpublic override LatLng ToLatLng()
Public Overrides Function ToLatLng As LatLng
public:
virtual LatLng^ ToLatLng() override
abstract ToLatLng : unit -> LatLng
override ToLatLng : unit -> LatLng
Return Value
Type:
LatLng
A LatLng object representing this Irish Transverse Mercator (ITM) reference using the
IRENET95 datum
See Also