Geolocation$json top-level constant

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

Implementation

@$core.Deprecated('Use geolocationDescriptor instead')
const Geolocation$json = {
  '1': 'Geolocation',
  '2': [
    {'1': 'latitude', '3': 1, '4': 1, '5': 1, '10': 'latitude'},
    {'1': 'longitude', '3': 2, '4': 1, '5': 1, '10': 'longitude'},
    {'1': 'accuracy', '3': 3, '4': 1, '5': 5, '10': 'accuracy'},
    {'1': 'altitude', '3': 4, '4': 1, '5': 1, '10': 'altitude'},
    {'1': 'altitude_accracy', '3': 5, '4': 1, '5': 5, '10': 'altitudeAccracy'},
  ],
};