GeoRadius$json top-level constant

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

Implementation

@$core.Deprecated('Use geoRadiusDescriptor instead')
const GeoRadius$json = {
  '1': 'GeoRadius',
  '2': [
    {'1': 'center', '3': 1, '4': 1, '5': 11, '6': '.qdrant.GeoPoint', '10': 'center'},
    {'1': 'radius', '3': 2, '4': 1, '5': 2, '10': 'radius'},
  ],
};