Package com.algolia.model.search
Interface AroundPrecision<T>
- All Superinterfaces:
CompoundType<T>
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 class -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic AroundPrecision<Integer>of(List<AroundPrecisionFromValueInner> inside) Methods inherited from interface com.algolia.utils.CompoundType
get
-
Method Details
-
of
-
of
static AroundPrecision<List<AroundPrecisionFromValueInner>> of(List<AroundPrecisionFromValueInner> inside)
-