2009/8/5 Gaël <[email protected]>: > > hi, > > I've a map created on maps, with polylines and their infoWindows. I'd > like to display each infoWindow associated with a polyline when the > mouse is over (eg onmouseover) the polyline. Can I do that?
It should be possible. GPolyline has a mouseover event http://code.google.com/apis/maps/documentation/reference.html#GPolyline.mouseover Can't give more specific advice as dont know your implementation. You mention KML, which suggests you will want to use a alternative KML parser to GGeoXml which doesnt expose the objects very easily. > > thanks > > > -- Barry - www.nearby.org.uk - www.geograph.org.uk - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
