Convert this MGRS reference to a latitude and longitude.

Namespace:  DotNetCoords
Assembly:  DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.1 (1.0.0.1)

Syntax

C#
public override LatLng ToLatLng()
Visual Basic (Declaration)
Public Overrides Function ToLatLng As LatLng
Visual C++
public:
virtual LatLng^ ToLatLng() override

Return Value

The converted latitude and longitude.

See Also