ErrorPro / react-google-autocomplete

React components for google places API.
MIT License
480 stars 113 forks source link

Autocomplete version used by package? #238

Open dhavenstein opened 3 months ago

dhavenstein commented 3 months ago

This is not really an issue, but a question about the API version used by this package

There is a "New" version of the Autocomplete API according to docs

The old one: https://developers.google.com/maps/documentation/places/web-service/autocomplete

The new one https://developers.google.com/maps/documentation/places/web-service/place-autocomplete

Are there plans to support the new API in near future? Or is it already possible via some configuration?

consciouscoder commented 3 days ago

Bumping this up. Is this packing only using the old API and not the New Autocomplete API? Is there a way to use the New Autocomplete API with this package?