How to integrate with Google Map

How to integrate with google map.?
sawangpong

2010/10/14 sawangpong [email protected]:

How to integrate with google map.?
sawangpong

What have you tried?
You can add a google map to any page according to their instructions:

http://github.com/adsmart/radiant-location-extension/network
http://ext.radiantcms.org/extensions/244-event-map

On Thu, Oct 14, 2010 at 10:35 AM, Jim G. [email protected] wrote:

http://ext.radiantcms.org/extensions/244-event-map

I used this one for a project with good results:

The project:
http://southtexasmedicalcenter.com/map/ (Click on the Google map tab)

~Nate

On 14 Oct 2010, at 08:59, sawangpong wrote:

How to integrate with google map.?

That depends what you want to display on the map. Have a look at the
event_map extension for one example:

http://ext.radiantcms.org/extensions/244-event-map
GitHub - spanner/radiant-event_map-extension: A little bit of mashing to get your events displayed as a google map. At the moment, requires geokit gem.

There the event data already exists and the work is done by a controller
that returns javascript defining a pointer and label for each location.

There is also a dedicated google_maps extension:

http://ext.radiantcms.org/extensions/98-google-maps

which allows you to create maps by hand in the admin interface. I don’t
think it’s up to date for radiant 0.9 or google maps v3, but it
shouldn’t be hard to make it work.

best,

will