RouteLegStep$json top-level constant

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

Implementation

@$core.Deprecated('Use routeLegStepDescriptor instead')
const RouteLegStep$json = {
  '1': 'RouteLegStep',
  '2': [
    {'1': 'distance_meters', '3': 1, '4': 1, '5': 5, '10': 'distanceMeters'},
    {
      '1': 'static_duration',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Duration',
      '10': 'staticDuration'
    },
    {
      '1': 'polyline',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.maps.routing.v2.Polyline',
      '10': 'polyline'
    },
    {
      '1': 'start_location',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.google.maps.routing.v2.Location',
      '10': 'startLocation'
    },
    {
      '1': 'end_location',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.google.maps.routing.v2.Location',
      '10': 'endLocation'
    },
    {
      '1': 'navigation_instruction',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.google.maps.routing.v2.NavigationInstruction',
      '10': 'navigationInstruction'
    },
    {
      '1': 'travel_advisory',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.google.maps.routing.v2.RouteLegStepTravelAdvisory',
      '10': 'travelAdvisory'
    },
    {
      '1': 'localized_values',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.google.maps.routing.v2.RouteLegStep.RouteLegStepLocalizedValues',
      '10': 'localizedValues'
    },
    {
      '1': 'transit_details',
      '3': 9,
      '4': 1,
      '5': 11,
      '6': '.google.maps.routing.v2.RouteLegStepTransitDetails',
      '10': 'transitDetails'
    },
    {
      '1': 'travel_mode',
      '3': 10,
      '4': 1,
      '5': 14,
      '6': '.google.maps.routing.v2.RouteTravelMode',
      '10': 'travelMode'
    },
  ],
  '3': [RouteLegStep_RouteLegStepLocalizedValues$json],
};