MGRSProjection constructor
Creates a new MGRSProjection
Implementation
factory MGRSProjection(
{required double easting,
required double northing,
required String zone,
required String letters}) {
return MGRSProjection._create(easting, northing, zone, letters);
}