Namespace Couchbase.Search.Queries.Geo
Classes
Coordinate
A coordinate is a tuple of a latitude and a longitude.
GeoBoundingBoxQuery
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.
GeoBoundingBoxQuery.ReadOnly
GeoDistanceQuery
This query finds all matches from a given location (point) within the given distance. Both the point and the distance are required.
GeoDistanceQuery.ReadOnly
GeoPolygonQuery
Performs a random bounding polygon query to select documents within that polygon area.