An image is attached so that it is easier to understand what I want. I have an icon in the map, and I use timer to show as if the icon is moving. I want a popup or something to show information about the icon on top of it. The icon information should move according to the movement of the icon.
Any idea is appreciated. Thanks!
What about trying to create a CompositeSymbol that has the look of the callout. Then use the same timer to move the symbol through a graphics layer. You could try with a GraphicsOverlay, but I think that might make the application flash if you were adding and removing that quickly