Uses of Class
com.couchbase.client.java.search.queries.GeoBoundingBoxQuery
Package
Description
Namespace for various search-service related classes.
Contains the various APIs for search queries.
-
Uses of GeoBoundingBoxQuery in com.couchbase.client.java.search
Modifier and TypeMethodDescriptionstatic GeoBoundingBoxQuery
SearchQuery.geoBoundingBox
(double topLeftLon, double topLeftLat, double bottomRightLon, double bottomRightLat) Prepare aGeoBoundingBoxQuery
body.static GeoBoundingBoxQuery
SearchQuery.geoBoundingBox
(Coordinate topLeftCoordinate, Coordinate bottomRightCoordinate) Prepare aGeoBoundingBoxQuery
body. -
Uses of GeoBoundingBoxQuery in com.couchbase.client.java.search.queries