sinjhan / php-google-map-api

Automatically exported from code.google.com/p/php-google-map-api
0 stars 0 forks source link

Allow use of an API key #79

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The V3 API doesn't need a key but can use one. It is helpful to monitor usage 
and required if you purchase more usage from Google.

https://developers.google.com/maps/documentation/javascript/tutorial

Original issue reported on code.google.com by ch...@faithhack.com on 26 May 2012 at 8:37

GoogleCodeExporter commented 8 years ago
here is a patch to add the key, a setter and a conditional inclusion in the 
script URL. 

Original comment by ch...@faithhack.com on 29 May 2012 at 2:13

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for the patch. I agree that this should be included in the library.

Original comment by tokani...@gmail.com on 19 Oct 2013 at 8:41