Route$json top-level constant

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

Implementation

@$core.Deprecated('Use routeDescriptor instead')
const Route$json = {
  '1': 'Route',
  '2': [
    {
      '1': 'route_labels',
      '3': 13,
      '4': 3,
      '5': 14,
      '6': '.google.maps.routing.v2.RouteLabel',
      '10': 'routeLabels'
    },
    {
      '1': 'legs',
      '3': 1,
      '4': 3,
      '5': 11,
      '6': '.google.maps.routing.v2.RouteLeg',
      '10': 'legs'
    },
    {'1': 'distance_meters', '3': 2, '4': 1, '5': 5, '10': 'distanceMeters'},
    {
      '1': 'duration',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Duration',
      '10': 'duration'
    },
    {
      '1': 'static_duration',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Duration',
      '10': 'staticDuration'
    },
    {
      '1': 'polyline',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.google.maps.routing.v2.Polyline',
      '10': 'polyline'
    },
    {'1': 'description', '3': 6, '4': 1, '5': 9, '10': 'description'},
    {'1': 'warnings', '3': 7, '4': 3, '5': 9, '10': 'warnings'},
    {
      '1': 'viewport',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.google.geo.type.Viewport',
      '10': 'viewport'
    },
    {
      '1': 'travel_advisory',
      '3': 9,
      '4': 1,
      '5': 11,
      '6': '.google.maps.routing.v2.RouteTravelAdvisory',
      '10': 'travelAdvisory'
    },
    {
      '1': 'optimized_intermediate_waypoint_index',
      '3': 10,
      '4': 3,
      '5': 5,
      '10': 'optimizedIntermediateWaypointIndex'
    },
    {
      '1': 'localized_values',
      '3': 11,
      '4': 1,
      '5': 11,
      '6': '.google.maps.routing.v2.Route.RouteLocalizedValues',
      '10': 'localizedValues'
    },
    {'1': 'route_token', '3': 12, '4': 1, '5': 9, '10': 'routeToken'},
    {
      '1': 'polyline_details',
      '3': 14,
      '4': 1,
      '5': 11,
      '6': '.google.maps.routing.v2.PolylineDetails',
      '10': 'polylineDetails'
    },
  ],
  '3': [Route_RouteLocalizedValues$json],
};