On Jun 30, 9:40 am, Leland McFarland <[email protected]> wrote: > Dose anyone know a way to have the InfoWindow pop up on mouseover vs > click when using GGeoXml and GMap2.addOverlay() for the placing of the > icons? > > example: > > geoXml = new GGeoXml("http://example.com/yellow.kml"); > map.addOverlay(geoXml);
You can't. Well sort of, this page of Mike Williams' tutorial might be adapted to do it: Part 36 Tricks with GGeoXml http://econym.org.uk/gmap/interceptor.htm or you could use a third party KML parser (but that doesn't use GGeoXml...) -- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
