san9665956539 / struts2-map-plugin

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

Configure Google API plugin #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
How do we configure our own "GOOGLE API KEY" using this plugin?

Original issue reported on code.google.com by findecli...@gmail.com on 6 May 2013 at 11:42

GoogleCodeExporter commented 8 years ago
Hi findeclinic,

This plugin don't need configured with API KEY because Google maps api v3 
doesn't need a key like v2.

Regards

Original comment by lalokana on 10 May 2013 at 5:29

GoogleCodeExporter commented 8 years ago
hi again, 

I'm thinking other way, if you need add API KEY for this, maybe can change the 
library like this:

1.- Not include de googleapi parameter in head tag.

<sl:head />

2.- Include the google maps library.

<script type="text/javascript"
      src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&sensor=SET_TO_TRUE_OR_FALSE">
    </script> 

Maybe you need  Google Maps API for Business
Regards, in advance

Original comment by lalokana on 21 May 2013 at 3:45

GoogleCodeExporter commented 8 years ago
Should work i guess.

Thanks will try out and get back. 

Original comment by findecli...@gmail.com on 21 May 2013 at 3:58

GoogleCodeExporter commented 8 years ago
Yes that worked for me! Thanks for the response. 

Keep the good work going!

Original comment by findecli...@gmail.com on 23 May 2013 at 6:29