RouteDeviationEventType$json top-level constant

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

Implementation

@$core.Deprecated('Use routeDeviationEventTypeDescriptor instead')
const RouteDeviationEventType$json = {
  '1': 'RouteDeviationEventType',
  '2': [
    {'1': 'ROUTE_DEVIATION_EVENT_TYPE_UNSPECIFIED', '2': 0},
    {'1': 'ROUTE_DEVIATION_EVENT_TYPE_DEVIATED', '2': 1},
    {'1': 'ROUTE_DEVIATION_EVENT_TYPE_BACK_ON_ROUTE', '2': 2},
  ],
};