Waypoint$json top-level constant

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

Implementation

@$core.Deprecated('Use waypointDescriptor instead')
const Waypoint$json = {
  '1': 'Waypoint',
  '2': [
    {'1': 'id', '3': 1, '4': 1, '5': 13, '10': 'id'},
    {
      '1': 'latitude_i',
      '3': 2,
      '4': 1,
      '5': 15,
      '9': 0,
      '10': 'latitudeI',
      '17': true
    },
    {
      '1': 'longitude_i',
      '3': 3,
      '4': 1,
      '5': 15,
      '9': 1,
      '10': 'longitudeI',
      '17': true
    },
    {'1': 'expire', '3': 4, '4': 1, '5': 13, '10': 'expire'},
    {'1': 'locked_to', '3': 5, '4': 1, '5': 13, '10': 'lockedTo'},
    {'1': 'name', '3': 6, '4': 1, '5': 9, '10': 'name'},
    {'1': 'description', '3': 7, '4': 1, '5': 9, '10': 'description'},
    {'1': 'icon', '3': 8, '4': 1, '5': 7, '10': 'icon'},
  ],
  '8': [
    {'1': '_latitude_i'},
    {'1': '_longitude_i'},
  ],
};