RouteLegStepTransitDetails_TransitStopDetails$json top-level constant
- @Deprecated('Use routeLegStepTransitDetailsDescriptor instead')
Map<String, Object>
const
RouteLegStepTransitDetails_TransitStopDetails$json
Implementation
@$core.Deprecated('Use routeLegStepTransitDetailsDescriptor instead')
const RouteLegStepTransitDetails_TransitStopDetails$json = {
'1': 'TransitStopDetails',
'2': [
{
'1': 'arrival_stop',
'3': 1,
'4': 1,
'5': 11,
'6': '.google.maps.routing.v2.TransitStop',
'10': 'arrivalStop'
},
{
'1': 'arrival_time',
'3': 2,
'4': 1,
'5': 11,
'6': '.google.protobuf.Timestamp',
'10': 'arrivalTime'
},
{
'1': 'departure_stop',
'3': 3,
'4': 1,
'5': 11,
'6': '.google.maps.routing.v2.TransitStop',
'10': 'departureStop'
},
{
'1': 'departure_time',
'3': 4,
'4': 1,
'5': 11,
'6': '.google.protobuf.Timestamp',
'10': 'departureTime'
},
],
};