Config_PositionConfig_GpsMode$json top-level constant

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

Implementation

@$core.Deprecated('Use configDescriptor instead')
const Config_PositionConfig_GpsMode$json = {
  '1': 'GpsMode',
  '2': [
    {'1': 'DISABLED', '2': 0},
    {'1': 'ENABLED', '2': 1},
    {'1': 'NOT_PRESENT', '2': 2},
  ],
};