I have a google MapView with ItemizedOverlays. I then add a imageView (not an Overlay) and attach to the MapView. How do I get the ItemizedOverlays to be on top of the imageView? I would like the MapView markers to be on top.
I understand that the order which the Overlays are added determine the z-order of the Overlays but how do I control the z-order of the new attached View along with the Overlays?