I am trying to allow a user to add an image to the map and then georeference it - move it, rotate it, scale it, until it is where they want it in relation to a base map, then grab the coordinates for it.
Would the best route here be to utilize the PictureFillSymbol - since that allows move, rotate, scale, etc? I don't think I can control the image in it though, and it is automatically repeated, and wouldn't scale with the graphic, etc. I know that I can't use PictureMarkerSymbol since that does not have any an option for scale.
Any suggestions on how I might accomplish this with ArcGIS Javascript API v3.10? Thanks!