Skip to content

Commit

Permalink
chore(README): add hint to @ubilabs/react-google-maps (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
yfr authored Jan 8, 2025
1 parent dd48fce commit 64a807f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ As this component uses the Google Maps Places API to get suggests, you must incl
</html>
```

You can use [@ubilabs/react-google-maps](https://github.com/visgl/react-google-maps) to initialize the Google Maps API and load 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).
Expand Down

0 comments on commit 64a807f

Please sign in to comment.