I was looking for a way to recieve mouseover events directly from affected polygons as the number of polygons on my map could be large enough for checking point-in-poly to see which ones it is over, to be very slow.
On Sep 24, 4:45 pm, Andrew Leach <[email protected]> wrote: > On Sep 24, 9:26 am, Rossko <[email protected]> wrote: > > > > > You could listen to mousemove events, and iterate through your polys > > doing point-in-poly testing to see which ones it is over. > > Indeed. You could even review the answer to your previous related > question:http://groups.google.com/group/google-maps-api/browse_thread/thread/b... -- 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.
