> Hmmm...all I want to do is emulate what a mouse click does when you > have GeoXML data loaded...Is there any way to do that?
Yes. If you want the poly to respond to a non-standard event, you have to have a javascript accessible reference to it. This is not easily done if you choose to use GGeoXml to parse your data, that's only intended as a simple renderer. There are ways http://econym.org.uk/gmap/interceptor.htm but its not totally reliable with complex KML or in all browsers. If you want to extract and display the information from a non-standard tag, then you will _have_ to construct a non-standard parser some way or another. -- 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.
