> > what I mean by lost is when I include this parameter (even null, > > undefined, '') the overlay seems overidded in the function > > MapClickHandler(overlay, latlng) > > I don't understand what you mean. When you click the map, the > "overlay" parameter which is passed to the click handler is null. And > your click handler ignores the marker anyway if your code snippet is > complete. >
yes this is my issue, when I trig the click event, I never see the marker infowindow opened, even if I click on a marker ! this seems to be due to the "overlay" parameter not properly passed to the handler. > > I'm using GGeoXml to display all markers presents in the KML, I dont > > know how to retriewe an array of markers when using this class, since > > the only code I wrote is : > > You mentioned geoXml, not GGeoXml. GGeoXml doesn't expose the markers: > you need to use Mike's EGeoXml or Lance's GeoXml if you need to do > that. ok thanks, sorry for the confusion, I'm using GGeoXml indeed. regarding performances, do you have an idea of the faster parser between GGeoXml and EGeoXml ? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
