huafu / ember-google-map

An Ember addon to include a google-map Ember friendly component in your apps.
http://huafu.github.io/#/ember?name=ember-google-map
MIT License
87 stars 34 forks source link

Google Maps API for Work #24

Closed davidpaulsson closed 9 years ago

davidpaulsson commented 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.

So how can I use my Google Maps API for Work Client ID using this addon as specified here?

huafu commented 9 years ago

Will implement this now ;-) Thanks for reporting.

huafu commented 9 years ago

Handled in 0.0.18, remove the key and set clientId instead.

davidpaulsson commented 9 years ago

Awesome!