Hello,

I would like to know if there is any way of changing the overlay
indexes once those are added to the map. I'm looking for somehting
like this:

var o1:IOverlay = new MyOverlay();
var o2:IOverlay = new MyOverlay();
var o3:IOverlay = new MyOverlay();

map.addOverlay(o1);
map.addOverlay(o2);
map.addOverlay(o3);

map.setOverlayIndex(o1,1/*new index*/);

Thanks,
Fernando

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