I am adding a KML overlay using GGeoXML (see code snippet below).  If
the user clicks on the polygon, the Google Map displays an info
window.  I would like to remove the click events on the polygons so
that no info window appears.  Is there a way to do this using
GGeoXml?  I have removed the description and contents from the KML
file, but it still opens a blank info window.

geoXml = new GGeoXml("http://myserver/myfile.kml";);
map.addOverlay(geoXml);

--

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