This is the React InstantSearch v7 documentation.
If you’re upgrading from v6, see the upgrade guide.
If you were using React InstantSearch Hooks,
this v7 documentation applies—just check for necessary changes.
To continue using v6, you can find the archived documentation.
About this Hook
ThegeoSearch
hook lets you search for results based on their position within a specified area (a bounding box).
It also provides features such as “search on map interactions”.
The
geoSearch
hook doesn’t let you search around a central point
or within polygons.
If you want this, you need to build your own UI on top of the Algolia API.