You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 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/).
110
-
default: 10
111
-
x-categories:
112
-
- Geo-Search
108
+
$ref: '#/aroundPrecision'
113
109
minimumAroundRadius:
114
110
type: integer
115
111
description: Minimum radius (in meters) used for a geographical search when `aroundRadius` isn't set.
@@ -232,6 +228,26 @@ aroundRadius:
232
228
x-categories:
233
229
- Geo-Search
234
230
231
+
aroundPrecision:
232
+
description: 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/).
233
+
oneOf:
234
+
- type: integer
235
+
default: 10
236
+
- $ref: '#/aroundPrecisionFromValue'
237
+
x-categories:
238
+
- Geo-Search
239
+
240
+
aroundPrecisionFromValue:
241
+
description: 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/).
0 commit comments