MGRS constant

Military Grid Reference System format: ZZB CD EEEEE NNNNN, where Z is zone, B is band, C is the east 100k square, D is the north 100k square, E is easting, N is northing

Implementation

static const Config_DisplayConfig_GpsCoordinateFormat MGRS =
    Config_DisplayConfig_GpsCoordinateFormat._(
        3, _omitEnumNames ? '' : 'MGRS');