RouteLegStepTransitDetails$json top-level constant

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

Implementation

@$core.Deprecated('Use routeLegStepTransitDetailsDescriptor instead')
const RouteLegStepTransitDetails$json = {
  '1': 'RouteLegStepTransitDetails',
  '2': [
    {
      '1': 'stop_details',
      '3': 1,
      '4': 1,
      '5': 11,
      '6':
          '.google.maps.routing.v2.RouteLegStepTransitDetails.TransitStopDetails',
      '10': 'stopDetails'
    },
    {
      '1': 'localized_values',
      '3': 2,
      '4': 1,
      '5': 11,
      '6':
          '.google.maps.routing.v2.RouteLegStepTransitDetails.TransitDetailsLocalizedValues',
      '10': 'localizedValues'
    },
    {'1': 'headsign', '3': 3, '4': 1, '5': 9, '10': 'headsign'},
    {
      '1': 'headway',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Duration',
      '10': 'headway'
    },
    {
      '1': 'transit_line',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.google.maps.routing.v2.TransitLine',
      '10': 'transitLine'
    },
    {'1': 'stop_count', '3': 6, '4': 1, '5': 5, '10': 'stopCount'},
    {'1': 'trip_short_text', '3': 7, '4': 1, '5': 9, '10': 'tripShortText'},
  ],
  '3': [
    RouteLegStepTransitDetails_TransitStopDetails$json,
    RouteLegStepTransitDetails_TransitDetailsLocalizedValues$json
  ],
};