Hello community!
We are migrating our Google Maps based web application over to Esri. Our application shows locations updating on the screen.
With google maps you can use the setPosition method on a marker to move the marker position. I have not found something similar within Esri. Would I have to clear my graphic and create a new one in place of it? I'm trying to think of a way to show several different locations updating without having to redraw each graphic.
Any help is appreciated!