We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b906cbf commit ba59b68Copy full SHA for ba59b68
packages/client-search/src/types/SearchOptions.ts
@@ -273,7 +273,7 @@ export type SearchOptions = {
273
readonly aroundLatLngViaIP?: boolean;
274
275
/**
276
- * Search for entries around a given location automatically computed from the requester’s IP address.
+ * Define the maximum radius for a geo search (in meters).
277
*/
278
readonly aroundRadius?: number | 'all';
279
0 commit comments