Package com.algolia.model.recommend
Interface AroundPrecision
- All Known Implementing Classes:
AroundPrecision.IntegerWrapper
,AroundPrecision.ListOfAroundPrecisionFromValueInnerWrapper
public interface AroundPrecision
Precision of a coordinate-based search in meters to group results with similar distances. The Geo
ranking criterion considers all matches within the same range of distances to be equal.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
static class
static class
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic AroundPrecision
static AroundPrecision
of
(List<AroundPrecisionFromValueInner> value)
-
Method Details
-
of
-
of
-