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': 'location',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.google.maps.routing.v2.Location',
      '9': 0,
      '10': 'location'
    },
    {'1': 'place_id', '3': 2, '4': 1, '5': 9, '9': 0, '10': 'placeId'},
    {'1': 'address', '3': 7, '4': 1, '5': 9, '9': 0, '10': 'address'},
    {'1': 'via', '3': 3, '4': 1, '5': 8, '10': 'via'},
    {'1': 'vehicle_stopover', '3': 4, '4': 1, '5': 8, '10': 'vehicleStopover'},
    {'1': 'side_of_road', '3': 5, '4': 1, '5': 8, '10': 'sideOfRoad'},
  ],
  '8': [
    {'1': 'location_type'},
  ],
};