-
Notifications
You must be signed in to change notification settings - Fork 326
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
Google Maps API warning: NoApiKeys #107
Comments
@Tyrants Google's Place Autocomplete API documentation states that you need to include your API key in the script tag:
|
Oh my bad, I thought it was a script call Included in the package -_- |
Thanks for bringing this up as the example needs an update. :) And thanks for clarifying, @dyba. |
@dyba Is there any option to do it in the |
@balogic You have to pass it to your Google Maps instance when initializing. This component can get the Google Maps instance via a property googleMaps. How to pass it in depends on the component you’re using for the Google Map. |
Hello,
Warning since few days :
Google Maps API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys
The text was updated successfully, but these errors were encountered: