> How can I recieve mouseover events from overlay polygons that are > completely covered by other overlay polygons?
You could listen to mousemove events, and iterate through your polys doing point-in-poly testing to see which ones it is over. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
