Couchbase Lite
Objective-C API for iOS and Mac OS
CBLQuery(Geo) Category Reference

Detailed Description

CBLQuery interface for geo-queries.

To use this, the view's map function must have emitted geometries (points, rects, etc.) as keys using the functions CBLGeoPointKey(), CBLGeoRectKey(), or CBLGeoJSONKey().

Properties

CBLGeoRect boundingBox
 The geometric bounding box to search. More...
 

Property Documentation

◆ boundingBox

- (CBLGeoRect) boundingBox
readwriteatomic

The geometric bounding box to search.

Setting this property causes the query to search geometries rather than keys.

Extends class CBLQuery.


The documentation for this category was generated from the following file: