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
Hey, the demos for this web component are not working properly.
The text was updated successfully, but these errors were encountered:
https://www.webcomponents.org/element/GoogleWebComponents/google-map Works fine for me
Sorry, something went wrong.
All 3 demos are still broken for me though
The error occurs for the three demos on https://www.webcomponents.org/element/GoogleWebComponents/google-map/elements/google-map The reason for demo 1 not working seems to be the missing api key : <google-map latitude="37.779" longitude="-122.3892" min-zoom="9" max-zoom="11" language="en">
<google-map latitude="37.779" longitude="-122.3892" min-zoom="9" max-zoom="11" language="en">
Console:
No Google Maps API Key or Client ID specified. See https://developers.google.com/maps/documentation/javascript/get-api-key for instructions to get started with a key or client id. _computeUrl @ google-maps-api.html:130
The demo on the read.me file works as it has an api key. https://www.webcomponents.org/element/GoogleWebComponents/google-map
No branches or pull requests
Hey, the demos for this web component are not working properly.
The text was updated successfully, but these errors were encountered: