LocationSource$json top-level constant
Implementation
@$core.Deprecated('Use locationSourceDescriptor instead')
const LocationSource$json = {
'1': 'LocationSource',
'2': [
{'1': 'LOCATION_SOURCE_UNSPECIFIED', '2': 0},
{'1': 'LOCATION_SOURCE_GPS', '2': 1},
{'1': 'LOCATION_SOURCE_NETWORK', '2': 2},
{'1': 'LOCATION_SOURCE_IP', '2': 3},
{'1': 'LOCATION_SOURCE_MANUAL', '2': 4},
],
};