Uses of Class
com.couchbase.client.core.api.search.sort.CoreSearchGeoDistanceUnits
-
Packages that use CoreSearchGeoDistanceUnits Package Description com.couchbase.client.core.api.search.sort -
-
Uses of CoreSearchGeoDistanceUnits in com.couchbase.client.core.api.search.sort
Methods in com.couchbase.client.core.api.search.sort that return CoreSearchGeoDistanceUnits Modifier and Type Method Description static CoreSearchGeoDistanceUnitsCoreSearchGeoDistanceUnits. valueOf(String name)Returns the enum constant of this type with the specified name.static CoreSearchGeoDistanceUnits[]CoreSearchGeoDistanceUnits. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.couchbase.client.core.api.search.sort with parameters of type CoreSearchGeoDistanceUnits Constructor Description CoreSearchSortGeoDistance(double locationLon, double locationLat, String field, CoreSearchGeoDistanceUnits unit, boolean descending)
-