You need to the use methods on IPane.

var overlayPane:IPane =
map.getPaneManager().getPaneById(PaneId.PANE_OVERLAYS);
overlayPane.bringToTop(myPolygon);

On Jan 10, 9:50 am, Redfield <[email protected]> wrote:
> Hi
> There are any way I can manage the z-order of polygons?
>
> Lets say I have some overlapping polygons. I want my users to be able
> to make polygons the topmost by clicking on it.
> There are some Polygon.setZOrder() or Polygon.bringToFront() functions?

-- 
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