So I have a featureLayer with a labelClass that displays the name of the polygon or polyline im dealing with.
Question is: Is it even possible to put an, in my case, arrow icon inside of the label?
Ex) If the name of the label would be 'East' I would want the label to be 'East ->' with an actual arrow image
I'm not sure how the labels are rendered exactly but trying to append '&larr' like a normal html arrow would be doesn't work. I think that is because the text is defined using Arcade. Can't seem to be able to find if Arcade has any icons available to it. It also doesn't have to be a labelClass if another solution can work around the labelClass