MGRS_GridBox(MilitaryGridReferenceSystem, EagerLoad) Constructor

Populate MGRS_GridBox (Grid Zone Designator / 100km Square Identifier) details based on the provided MGRS coordinate. Option to specify eager loading options for more efficient lat / long Coordinate creation.

Definition

Namespace: CoordinateSharp
Assembly: CoordinateSharp (in CoordinateSharp.dll) Version: 2.21.1.1
XMLNS for XAML: Not mapped to an xmlns.
C#
public MGRS_GridBox(
	MilitaryGridReferenceSystem mgrs,
	EagerLoad el
)

Parameters

mgrs  MilitaryGridReferenceSystem
MilitaryGridReferenceSystem
el  EagerLoad
EagerLoad

See Also