I'm curious as to the order marker overlays draw... I have a lot of different marker overlays, including a specific one I use just for when users are moving icons around my map. This is the LAST overlay I add to the map, so it should be the last one to draw. However, when I add an icon to this layer, it draws below all my other layers. Is this because I am calling Overlay.Refresh rather than Map.Refresh? Is there any way to maintain overlay order without refreshing all the overlays?
Thanks.
.Ryan.