Hello,
I had some problems when trying to overlay an image on the map using x-max, x-min, y-max, y-min, I tried to use AGSImageOverlay class to achieve this function, but found that the image could not be zoomed in and out as the map zoomed. Later I tried to implement it using AGSKMLLayer class, it worked, but AGSKMLLayer was loaded on map.operationalLayers and I couldn't change the order in which it was stacked with other layers.
Is there a better way to do this?