Config_DisplayConfig_GpsCoordinateFormat$json top-level constant

  1. @Deprecated('Use configDescriptor instead')
Map<String, Object> const Config_DisplayConfig_GpsCoordinateFormat$json

Implementation

@$core.Deprecated('Use configDescriptor instead')
const Config_DisplayConfig_GpsCoordinateFormat$json = {
  '1': 'GpsCoordinateFormat',
  '2': [
    {'1': 'DEC', '2': 0},
    {'1': 'DMS', '2': 1},
    {'1': 'UTM', '2': 2},
    {'1': 'MGRS', '2': 3},
    {'1': 'OLC', '2': 4},
    {'1': 'OSGR', '2': 5},
  ],
};