You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#44 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AODHHPUJKNLK45LYTGUV5PDSDTWUVANCNFSM4QQKBDKA>
.
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?
The text was updated successfully, but these errors were encountered: