We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Mapzen is being deprecated so we'll need to move to the Google Maps API:
organicity-urban-data-observatory/src/app/components/search/search.controller.js
Lines 42 to 99 in e1c3831
The text was updated successfully, but these errors were encountered:
URL to the API works fine standalone: https://maps.googleapis.com/maps/api/place/autocomplete/json?key=AIzaSyCMUbKxhE3BWLRClSC6lxcWHMgXr7BB-J4&input=pujades
But we are getting the CORS error
Maybe we need to load a Google Places library, and use their built in functions?
Documentation: https://developers.google.com/maps/documentation/javascript/places-autocomplete
Sorry, something went wrong.
No branches or pull requests
Mapzen is being deprecated so we'll need to move to the Google Maps API:
organicity-urban-data-observatory/src/app/components/search/search.controller.js
Lines 42 to 99 in e1c3831
The text was updated successfully, but these errors were encountered: