GeoEventType$json top-level constant
Implementation
@$core.Deprecated('Use geoEventTypeDescriptor instead')
const GeoEventType$json = {
'1': 'GeoEventType',
'2': [
{'1': 'GEO_EVENT_TYPE_UNSPECIFIED', '2': 0},
{'1': 'GEO_EVENT_TYPE_ENTER', '2': 1},
{'1': 'GEO_EVENT_TYPE_EXIT', '2': 2},
{'1': 'GEO_EVENT_TYPE_DWELL', '2': 3},
],
};