I have a map with three sets of information: a tilelayeroverlay,
polygons, and point markers.

I have added MapMouseEvent listeners to the polygons, so that when a
user mouses over them, they're highlighted, by changing the
PolygonOptions.

Now, when the user mouses over the point markers, which are in
locations on top of the polygons, the polygons aren't hit. I think
this is because I'm using a simple MouseEvent on the UIComponents that
are used as the icons for the Markers.

So, I attempt to manually dispatch a MapMouseEvent at the polygons.
And they register the event, it goes through. But the changes to the
PolygonOptions that I make and set aren't reflected on the map.

Is there a map refresh that happens on a native MapMouseEvent? Is
there some way to force these changes to the PolygonOptions to
reappear? I know the event is firing and being received by the
intended listener.

Thanks!
Tom Auer

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API For Flash" 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-for-flash?hl=en.

Reply via email to