How to add Google places autocomplete to flask? How to add Google places autocomplete to flask? flask flask

How to add Google places autocomplete to flask?


Have you consider using Geocomplete? The example code they provide is pretty easy to implement


If you managed to implement the search box itself in your flask app (it's being rendered and everything) but there are no drop-down suggestions you should be able to find out the exact error message in the developer tools of your browser.

One of the reasons could be that the URL of your web app is not included in your API key to accept requests from.