I have a map with many adjacent groundOverlays which appear beneath a set of corresponding polygons. these are added to the map as necessary based on the user panning them into view. I would like to specify the depth of each of these groundOverlays and Polygons as they are created so as to keep Polygons always on top of all the groundOverlays. There are a few ways to do this, and I'm looking for general input there, but more specifically, is there a way specify groundOverlay or Polygon depth when adding to the map, like:
myMap.addOverlay(myGroundOverlay, 1200); --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
