RouteLeg$json top-level constant
Implementation
@$core.Deprecated('Use routeLegDescriptor instead')
const RouteLeg$json = {
'1': 'RouteLeg',
'2': [
{'1': 'distance_meters', '3': 1, '4': 1, '5': 5, '10': 'distanceMeters'},
{
'1': 'duration',
'3': 2,
'4': 1,
'5': 11,
'6': '.google.protobuf.Duration',
'10': 'duration'
},
{
'1': 'static_duration',
'3': 3,
'4': 1,
'5': 11,
'6': '.google.protobuf.Duration',
'10': 'staticDuration'
},
{
'1': 'polyline',
'3': 4,
'4': 1,
'5': 11,
'6': '.google.maps.routing.v2.Polyline',
'10': 'polyline'
},
{
'1': 'start_location',
'3': 5,
'4': 1,
'5': 11,
'6': '.google.maps.routing.v2.Location',
'10': 'startLocation'
},
{
'1': 'end_location',
'3': 6,
'4': 1,
'5': 11,
'6': '.google.maps.routing.v2.Location',
'10': 'endLocation'
},
{
'1': 'steps',
'3': 7,
'4': 3,
'5': 11,
'6': '.google.maps.routing.v2.RouteLegStep',
'10': 'steps'
},
{
'1': 'travel_advisory',
'3': 8,
'4': 1,
'5': 11,
'6': '.google.maps.routing.v2.RouteLegTravelAdvisory',
'10': 'travelAdvisory'
},
{
'1': 'localized_values',
'3': 9,
'4': 1,
'5': 11,
'6': '.google.maps.routing.v2.RouteLeg.RouteLegLocalizedValues',
'10': 'localizedValues'
},
{
'1': 'steps_overview',
'3': 10,
'4': 1,
'5': 11,
'6': '.google.maps.routing.v2.RouteLeg.StepsOverview',
'10': 'stepsOverview'
},
],
'3': [RouteLeg_RouteLegLocalizedValues$json, RouteLeg_StepsOverview$json],
};