ComputeRouteMatrixRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use computeRouteMatrixRequestDescriptor instead')
const ComputeRouteMatrixRequest$json = {
  '1': 'ComputeRouteMatrixRequest',
  '2': [
    {
      '1': 'origins',
      '3': 1,
      '4': 3,
      '5': 11,
      '6': '.google.maps.routing.v2.RouteMatrixOrigin',
      '8': {},
      '10': 'origins'
    },
    {
      '1': 'destinations',
      '3': 2,
      '4': 3,
      '5': 11,
      '6': '.google.maps.routing.v2.RouteMatrixDestination',
      '8': {},
      '10': 'destinations'
    },
    {
      '1': 'travel_mode',
      '3': 3,
      '4': 1,
      '5': 14,
      '6': '.google.maps.routing.v2.RouteTravelMode',
      '8': {},
      '10': 'travelMode'
    },
    {
      '1': 'routing_preference',
      '3': 4,
      '4': 1,
      '5': 14,
      '6': '.google.maps.routing.v2.RoutingPreference',
      '8': {},
      '10': 'routingPreference'
    },
    {
      '1': 'departure_time',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '8': {},
      '10': 'departureTime'
    },
    {
      '1': 'arrival_time',
      '3': 11,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '8': {},
      '10': 'arrivalTime'
    },
    {
      '1': 'language_code',
      '3': 6,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'languageCode'
    },
    {'1': 'region_code', '3': 9, '4': 1, '5': 9, '8': {}, '10': 'regionCode'},
    {
      '1': 'units',
      '3': 7,
      '4': 1,
      '5': 14,
      '6': '.google.maps.routing.v2.Units',
      '8': {},
      '10': 'units'
    },
    {
      '1': 'extra_computations',
      '3': 8,
      '4': 3,
      '5': 14,
      '6': '.google.maps.routing.v2.ComputeRouteMatrixRequest.ExtraComputation',
      '8': {},
      '10': 'extraComputations'
    },
    {
      '1': 'traffic_model',
      '3': 10,
      '4': 1,
      '5': 14,
      '6': '.google.maps.routing.v2.TrafficModel',
      '8': {},
      '10': 'trafficModel'
    },
    {
      '1': 'transit_preferences',
      '3': 12,
      '4': 1,
      '5': 11,
      '6': '.google.maps.routing.v2.TransitPreferences',
      '8': {},
      '10': 'transitPreferences'
    },
  ],
  '4': [ComputeRouteMatrixRequest_ExtraComputation$json],
};