Quote:
Originally Posted by soniceffect
Just to note, if you really want to add one it is really not hard to do. You simple go here
https://developers.google.com/maps/d...torial#api_key
When you have logged into your google account and obtained your key do the following
in template dcMembermap_js find
HTML Code:
<script src="http://maps.google.com/maps/api/js?v=3&sensor=false" type="text/javascript">
replace with
HTML Code:
<script src="http://maps.google.com/maps/api/js?v=3&?key=YOUR_API_KEYsensor=false" type="text/javascript">
Replacing YOUR_API_KEY with the one you have generated. Simple as that.
|
What for things we can do with this API Key?