-
Notifications
You must be signed in to change notification settings - Fork 10
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
Request: add api key to maps block #16
Comments
Good point! I read something about this already as well, but what makes me currious is the fact that you can always klick the embed button on google maps itself, which then won't have an api key as well. example:
And as we are not using the javascript sdk in order to render the map (https://github.com/luyadev/luya-bootstrap3/blob/master/src/views/blocks/MapBlock.php) maybe its not required? |
@luyadev/core Inputs? |
So they property to implement would be |
I will also add this hint: https://developers.google.com/maps/documentation/embed/get-api-key |
Although i thinks we are not using embed api which would be (https://developers.google.com/maps/documentation/embed/guide) |
An api key is required to use google maps since June 2018. Please consider adding a field for an api key in the maps block.
See: https://developers.google.com/maps/documentation/javascript/get-api-key
The text was updated successfully, but these errors were encountered: