Convert this latitude and longitude to an MGRS reference.

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

Syntax

C#
public MGRSRef ToMGRSRef()
Visual Basic (Declaration)
Public Function ToMGRSRef As MGRSRef
Visual C++
public:
MGRSRef^ ToMGRSRef()

Return Value

The converted MGRS reference

See Also