Closed davidpaulsson closed 9 years ago
Google Maps API for Work developers must not include a key in their requests. Please refer to Loading the Google Maps JavaScript API for instructions.
Therefore ENV.googleMap = { key: 'AbCDeFgHiJkLmNoPqRsTuVwXyZ' }; won't work.
ENV.googleMap = { key: 'AbCDeFgHiJkLmNoPqRsTuVwXyZ' };
So how can I use my Google Maps API for Work Client ID using this addon as specified here?
Will implement this now ;-) Thanks for reporting.
Handled in 0.0.18, remove the key and set clientId instead.
0.0.18
key
clientId
Awesome!
Therefore
ENV.googleMap = { key: 'AbCDeFgHiJkLmNoPqRsTuVwXyZ' };
won't work.So how can I use my Google Maps API for Work Client ID using this addon as specified here?