PositionLite$json top-level constant

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

Implementation

@$core.Deprecated('Use positionLiteDescriptor instead')
const PositionLite$json = {
  '1': 'PositionLite',
  '2': [
    {'1': 'latitude_i', '3': 1, '4': 1, '5': 15, '10': 'latitudeI'},
    {'1': 'longitude_i', '3': 2, '4': 1, '5': 15, '10': 'longitudeI'},
    {'1': 'altitude', '3': 3, '4': 1, '5': 5, '10': 'altitude'},
    {'1': 'time', '3': 4, '4': 1, '5': 7, '10': 'time'},
    {
      '1': 'location_source',
      '3': 5,
      '4': 1,
      '5': 14,
      '6': '.meshtastic.Position.LocSource',
      '10': 'locationSource'
    },
  ],
};