Skip to content

Commit

Permalink
chore(README): add hint to @ubilabs/react-google-maps
Browse files Browse the repository at this point in the history
  • Loading branch information
yfr committed Jan 8, 2025
1 parent 187a685 commit f33a71f
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 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).
Expand Down

0 comments on commit f33a71f

Please sign in to comment.