Hello to all

I'm looking for a way to simulate the click on a polygon generate by a kml 
file
look at http://www.chambres-hotes.fr/equestre.html
I would like to open the infowindow of the corresponding polygon when the 
mouse is over the name on the left

the same behaviour when mouseover an item (on left) on 
http://www.chambres-hotes.fr/equestre_corse_r8.html

i want to use our own system and not geoxml3

a function like this one
function clickkml(id){
   google.maps.event.trigger(mypolygon[id], 'click');
}

I can't find what to write instead of 'mypolygon'

note that all my polygons have in ID in the kml file

Thanks for your help.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-maps-js-api-v3.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to