DMS constant

GPS coordinates are displayed in the degrees minutes seconds format: DD°MM'SS"C DDD°MM'SS"C, where C is the compass point representing the locations quadrant

Implementation

static const Config_DisplayConfig_GpsCoordinateFormat DMS =
    Config_DisplayConfig_GpsCoordinateFormat._(
        1, _omitEnumNames ? '' : 'DMS');