GeoPoint$json top-level constant

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

Implementation

@$core.Deprecated('Use geoPointDescriptor instead')
const GeoPoint$json = {
  '1': 'GeoPoint',
  '2': [
    {'1': 'lon', '3': 1, '4': 1, '5': 1, '10': 'lon'},
    {'1': 'lat', '3': 2, '4': 1, '5': 1, '10': 'lat'},
  ],
};