RouteMatrixElement$json top-level constant

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

Implementation

@$core.Deprecated('Use routeMatrixElementDescriptor instead')
const RouteMatrixElement$json = {
  '1': 'RouteMatrixElement',
  '2': [
    {
      '1': 'origin_index',
      '3': 1,
      '4': 1,
      '5': 5,
      '9': 0,
      '10': 'originIndex',
      '17': true
    },
    {
      '1': 'destination_index',
      '3': 2,
      '4': 1,
      '5': 5,
      '9': 1,
      '10': 'destinationIndex',
      '17': true
    },
    {
      '1': 'status',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.rpc.Status',
      '10': 'status'
    },
    {
      '1': 'condition',
      '3': 9,
      '4': 1,
      '5': 14,
      '6': '.google.maps.routing.v2.RouteMatrixElementCondition',
      '10': 'condition'
    },
    {'1': 'distance_meters', '3': 4, '4': 1, '5': 5, '10': 'distanceMeters'},
    {
      '1': 'duration',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Duration',
      '10': 'duration'
    },
    {
      '1': 'static_duration',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Duration',
      '10': 'staticDuration'
    },
    {
      '1': 'travel_advisory',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.google.maps.routing.v2.RouteTravelAdvisory',
      '10': 'travelAdvisory'
    },
    {
      '1': 'fallback_info',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.google.maps.routing.v2.FallbackInfo',
      '10': 'fallbackInfo'
    },
    {
      '1': 'localized_values',
      '3': 10,
      '4': 1,
      '5': 11,
      '6': '.google.maps.routing.v2.RouteMatrixElement.LocalizedValues',
      '10': 'localizedValues'
    },
  ],
  '3': [RouteMatrixElement_LocalizedValues$json],
  '8': [
    {'1': '_origin_index'},
    {'1': '_destination_index'},
  ],
};