> I would like only 1 event. Preferable a click. I guess what I am > asking : is there a way to change the curser from the click event?
Yes, but only when you click ; it is a click event. If you want something special to happen on mouseover, it needs to be triggered by mouseover events. I'm pretty sure the defualt behaviour for clickable polys with no mouse listener is some change in cursor anyway, hand to pointer? If you have many polylines to click, it is possible to construct a single general purpose map click listener. The arguments for this include the overlay that was clicked (if any) ; if you add a unique property to your overlays when you create them you can test for that and could use it to look up things like appropriate infowindow contents for this particular overlay. -- 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.
