I have a mapview that shows one feature on it. I have an image that i have a URL for, that I want to overlay on that feature. The image has a rectangle bounds that I also know. I can't figure out how to get this image to overlay on the feature. I have tried the Graphics overlay, but cant find the correct symbol class that will take my image url. Below here the PicutreMarkerSymbol will take my URL. Again, I know the bounds of the image, as the image was actually created from the shape of my feature in another program.
This doesn't work obviously, but what can i do to overlay my image on my feature
GraphicsOverlay <SPAN class="punctuation token">{</SPAN>
id<SPAN class="punctuation token">:</SPAN> graphicsOverlay
Graphic <SPAN class="punctuation token">{</SPAN>
geometry<SPAN class="punctuation token">:</SPAN> feature<SPAN class="punctuation token">.</SPAN>geometry
PictureMarkerSymbol <SPAN class="punctuation token">{</SPAN>
url<SPAN class="punctuation token">:</SPAN> <SPAN class="string token">"https://urltoMyImage"</SPAN>
width<SPAN class="punctuation token">:</SPAN> <SPAN class="number token">32</SPAN>
height<SPAN class="punctuation token">:</SPAN> <SPAN class="number token">32</SPAN>
offsetY<SPAN class="punctuation token">:</SPAN> <SPAN class="number token">16</SPAN>
<SPAN class="punctuation token">}</SPAN>
<SPAN class="punctuation token">}</SPAN>
<SPAN class="punctuation token">}</SPAN><SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN></SPAN>