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://code.google.com/apis/maps/documentation/javascript/tutorial.html

http://github.com/rurounijones/radiant-google-maps-extension/network
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:
http://github.com/rurounijones/radiant-google-maps-extension/network

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
http://github.com/spanner/radiant-event_map-extension

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