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
Copy file name to clipboardExpand all lines: packages/instant-meilisearch/README.md
+19-14Lines changed: 19 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -747,29 +747,34 @@ The `geoSearch` widget displays search results on a Google Map. It lets you sear
747
747
- ✅ templates: The templates to use for the widget.
748
748
- ✅ cssClasses: The CSS classes to override.
749
749
750
-
[See our playground for a working exemple](./playgrounds/geo-javascript/src/app.js) and this section in our [contributing guide](./CONTRIBUTING.md#-geo-search-playground) to set up your `Meilisearch`.
750
+
[See our playground for a working example](./playgrounds/geo-javascript/src/app.js) and this section in our [contributing guide](./CONTRIBUTING.md#-geo-search-playground) to set up your `Meilisearch`.
751
751
752
752
#### Requirements
753
753
754
-
The Geosearch widgey only works with a valid Google API key.
754
+
The Geosearch widget only works with a valid Google API key.
755
755
756
-
In order to communicate your Google API key, your `instantSearch` widget should be surrounded by the following function:
756
+
The example below uses the `@googlemaps/js-api-loader` package to load the Google Maps library before initializing `instantSearch`:
0 commit comments