Package com.algolia.model.recommend
Interface AroundPrecision
- All Known Implementing Classes:
AroundPrecision.IntegerWrapper,AroundPrecision.ListOfAroundPrecisionFromValueInnerWrapper
public interface AroundPrecision
Precision of a geographical search (in meters), to [group results that are more or less the same
distance from a central
point](https://www.algolia.com/doc/guides/managing-results/refine-results/geolocation/in-depth/geo-ranking-precision/).
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic classAroundPrecision as Integer wrapper.static classAroundPrecision as Listwrapper. -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic AroundPrecisionAroundPrecision as Integer wrapper.static AroundPrecisionof(List<AroundPrecisionFromValueInner> value) AroundPrecision as Listwrapper.
-
Method Details
-
of
AroundPrecision as Integer wrapper. -
of
AroundPrecision as Listwrapper.
-