LocationPointObject$json top-level constant

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

Implementation

@$core.Deprecated('Use locationPointObjectDescriptor instead')
const LocationPointObject$json = {
  '1': 'LocationPointObject',
  '2': [
    {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
    {'1': 'subject_id', '3': 2, '4': 1, '5': 9, '10': 'subjectId'},
    {'1': 'timestamp', '3': 3, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'timestamp'},
    {'1': 'latitude', '3': 4, '4': 1, '5': 1, '10': 'latitude'},
    {'1': 'longitude', '3': 5, '4': 1, '5': 1, '10': 'longitude'},
    {'1': 'altitude', '3': 6, '4': 1, '5': 1, '9': 0, '10': 'altitude', '17': true},
    {'1': 'accuracy', '3': 7, '4': 1, '5': 1, '10': 'accuracy'},
    {'1': 'speed', '3': 8, '4': 1, '5': 1, '9': 1, '10': 'speed', '17': true},
    {'1': 'bearing', '3': 9, '4': 1, '5': 1, '9': 2, '10': 'bearing', '17': true},
    {'1': 'source', '3': 10, '4': 1, '5': 14, '6': '.geolocation.v1.LocationSource', '10': 'source'},
    {'1': 'extra', '3': 11, '4': 1, '5': 11, '6': '.google.protobuf.Struct', '10': 'extra'},
    {'1': 'created_at', '3': 12, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'createdAt'},
    {'1': 'device_id', '3': 13, '4': 1, '5': 9, '10': 'deviceId'},
  ],
  '8': [
    {'1': '_altitude'},
    {'1': '_speed'},
    {'1': '_bearing'},
  ],
};