apneadiving / Google-Maps-for-Rails

Enables easy Google map + overlays creation in Ruby apps
https://apneadiving.github.io/
MIT License
2.26k stars 382 forks source link

Added client option to google maps url #273

Closed aroop closed 12 years ago

aroop commented 12 years ago

Google maps for business needs a client id which is different from the api key.

I have added the client parameter whose implementation is similar to provider_key. It does not break any existing implementation.

Thanks, Ajay

apneadiving commented 12 years ago

Thanks for your support!