Uses of Interface
com.couchbase.client.core.api.search.queries.CoreGeoPoint
Packages that use CoreGeoPoint
Package
Description
-
Uses of CoreGeoPoint in com.couchbase.client.core.api.search.queries
Classes in com.couchbase.client.core.api.search.queries that implement CoreGeoPointModifier and TypeClassDescriptionclassTo create a new instance:classConstructors in com.couchbase.client.core.api.search.queries with parameters of type CoreGeoPointModifierConstructorDescriptionCoreGeoBoundingBoxQuery(CoreGeoPoint topLeft, CoreGeoPoint bottomRight, String field, Double boost) CoreGeoDistanceQuery(CoreGeoPoint location, String distance, String field, Double boost) Constructor parameters in com.couchbase.client.core.api.search.queries with type arguments of type CoreGeoPointModifierConstructorDescriptionCoreGeoPolygonQuery(List<? extends CoreGeoPoint> coordinates, String field, Double boost) -
Uses of CoreGeoPoint in com.couchbase.client.core.api.search.sort
Constructors in com.couchbase.client.core.api.search.sort with parameters of type CoreGeoPointModifierConstructorDescriptionCoreSearchSortGeoDistance(CoreGeoPoint location, String field, CoreSearchGeoDistanceUnits unit, boolean descending) -
Uses of CoreGeoPoint in com.couchbase.client.core.protostellar
Methods in com.couchbase.client.core.protostellar with parameters of type CoreGeoPointModifier and TypeMethodDescriptionstatic com.couchbase.client.protostellar.search.v1.LatLngCoreProtostellarUtil.toLatLng(CoreGeoPoint point)