GeoBoundingBox$json top-level constant

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

Implementation

@$core.Deprecated('Use geoBoundingBoxDescriptor instead')
const GeoBoundingBox$json = {
  '1': 'GeoBoundingBox',
  '2': [
    {'1': 'top_left', '3': 1, '4': 1, '5': 11, '6': '.qdrant.GeoPoint', '10': 'topLeft'},
    {'1': 'bottom_right', '3': 2, '4': 1, '5': 11, '6': '.qdrant.GeoPoint', '10': 'bottomRight'},
  ],
};