Uses of Interface
com.couchbase.client.core.api.search.queries.CoreGeoPoint
Package
Description
-
Uses of CoreGeoPoint in com.couchbase.client.core.api.search.queries
Modifier and TypeClassDescriptionclass
To create a new instance:class
ModifierConstructorDescriptionCoreGeoBoundingBoxQuery
(CoreGeoPoint topLeft, CoreGeoPoint bottomRight, String field, Double boost) CoreGeoDistanceQuery
(CoreGeoPoint location, String distance, String field, Double boost) ModifierConstructorDescriptionCoreGeoPolygonQuery
(List<? extends CoreGeoPoint> coordinates, String field, Double boost) -
Uses of CoreGeoPoint in com.couchbase.client.core.api.search.sort
ModifierConstructorDescriptionCoreSearchSortGeoDistance
(CoreGeoPoint location, String field, CoreSearchGeoDistanceUnits unit, boolean descending) -
Uses of CoreGeoPoint in com.couchbase.client.core.protostellar
Modifier and TypeMethodDescriptionstatic com.couchbase.client.protostellar.search.v1.LatLng
CoreProtostellarUtil.toLatLng
(CoreGeoPoint point)