> I use google map api :
> var kml = new GGeoXml("http://www.site.fr/file.kml");
> map.addOverlay(kml)
With GGeoXml you pretty much get what you get. There are some tricks
that might work to add your own click handler, see
http://econym.org.uk/gmap/interceptor.htm
Your best bet might be to use one of the alternative KML parsers
GeoXml or EGeoXml, so you have access to the polygons. Then you can
add click listeners to cause whatever action you want.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---