-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autocomplete Feature #255
Comments
I have seen this feature is not implemented yet. So I did this this for myself. This feature can be done by fetching directly google maps api links.
As you can see there is a fetch request to my api server due to google maps api cors issue. Requests has to be called in nodejs
|
Duplicate of #195 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, I would like to ask if there will be any future plans to have an autocomplete feature from google maps? Such as what is stated in the google maps documentation?
https://developers.google.com/maps/documentation/javascript/reference/places-autocomplete-service
The text was updated successfully, but these errors were encountered: