Add a description (with the URL for the page to open) to your polygon
and then when you click on the polygon an infoWindow will open with
the description (and URL).

On Aug 8, 3:46 am, Rossko <[email protected]> wrote:
> > 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, 
> seehttp://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
-~----------~----~----~----~------~----~------~--~---

Reply via email to