From f33a71faa7b94cf9fbeea4c9f039d02b60ed0ae9 Mon Sep 17 00:00:00 2001 From: Frank Mecklenburg Date: Wed, 8 Jan 2025 12:10:54 +0100 Subject: [PATCH] chore(README): add hint to @ubilabs/react-google-maps --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 48a9d32..3f325e9 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ As this component uses the Google Maps Places API to get suggests, you must incl ``` +You can use [@ubilabs/react-google-maps](https://github.com/visgl/react-google-maps) to intialize the Google Maps API and load the the require Google Maps libraries. + Visit the [Google Developer Console](https://console.developers.google.com) to generate your API key. The API's that you have to enable in your Google API Manager Dashboard are [Google Maps Geocoding API](https://developers.google.com/maps/documentation/geocoding/start), [Google Places API Web Service](https://developers.google.com/places/web-service/) and [Google Maps Javascript API](https://developers.google.com/maps/documentation/javascript/). The easiest way to use geosuggest is to install it from NPM and include it in your own React build process (using [Webpack](https://webpack.github.io/), [Parcel](https://parceljs.org/), etc).