TransitLine$json top-level constant

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

Implementation

@$core.Deprecated('Use transitLineDescriptor instead')
const TransitLine$json = {
  '1': 'TransitLine',
  '2': [
    {
      '1': 'agencies',
      '3': 1,
      '4': 3,
      '5': 11,
      '6': '.google.maps.routing.v2.TransitAgency',
      '10': 'agencies'
    },
    {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
    {'1': 'uri', '3': 3, '4': 1, '5': 9, '10': 'uri'},
    {'1': 'color', '3': 4, '4': 1, '5': 9, '10': 'color'},
    {'1': 'icon_uri', '3': 5, '4': 1, '5': 9, '10': 'iconUri'},
    {'1': 'name_short', '3': 6, '4': 1, '5': 9, '10': 'nameShort'},
    {'1': 'text_color', '3': 7, '4': 1, '5': 9, '10': 'textColor'},
    {
      '1': 'vehicle',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.google.maps.routing.v2.TransitVehicle',
      '10': 'vehicle'
    },
  ],
};