Skip to content
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

maps #44

Open
angestu opened this issue Aug 31, 2020 · 2 comments
Open

maps #44

angestu opened this issue Aug 31, 2020 · 2 comments

Comments

@angestu
Copy link

angestu commented Aug 31, 2020

hi,
i'm using your bundle and it's great. I have a question though, when using your bundle for displaying a maps i'm supposed to register to googlemaps to get an API key is that correct?

@cmen
Copy link
Owner

cmen commented Sep 1, 2020

Hi,
Personally, I do not use maps.
When I created this bundle, it was not necessary to have an API key. But when I look to documentation, apparently now we must provide an API Key :

google.charts.load('current', {
    'packages': ['map'],
    // Note: you will need to get a mapsApiKey for your project.
    // See: https://developers.google.com/chart/interactive/docs/basic_load_libs#load-settings
    'mapsApiKey': 'AIzaSyD-9tSrke72PouQMnMX-a7eZSW0jkFMBWY'
   
    });

So I think, this bundle is no more compatible with maps. It is necessary to make a test.

@angestu
Copy link
Author

angestu commented Sep 1, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants