RouteMatrixOrigin$json top-level constant

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

Implementation

@$core.Deprecated('Use routeMatrixOriginDescriptor instead')
const RouteMatrixOrigin$json = {
  '1': 'RouteMatrixOrigin',
  '2': [
    {
      '1': 'waypoint',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.google.maps.routing.v2.Waypoint',
      '8': {},
      '10': 'waypoint'
    },
    {
      '1': 'route_modifiers',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.maps.routing.v2.RouteModifiers',
      '8': {},
      '10': 'routeModifiers'
    },
  ],
};