Click or drag to resize

Couchbase.Search.Queries.Geo Namespace

[Missing <summary> documentation for "N:Couchbase.Search.Queries.Geo"]

Classes
  ClassDescription
Public classGeoBoundingBoxQuery
This query finds all matches within a given box (identified by the upper left and lower right corner coordinates). Both coordinate points are required so the server can identify the right bounding box.
Public classGeoDistanceQuery
This query finds all matches from a given location (point) within the given distance. Both the point and the distance are required.