How to add an animation view (a view which moves with a rate of speed along with user location). I have added `
AGSGraphic` in a `AGSGraphicLayer`. Now, how can I animate that Object?
Edit: Add graphics and text to graphics overlays—ArcGIS Runtime SDK for iOS | ArcGIS for Developers
From above documentation, we can update the graphics. But, is there any other ways to animate the object?
Thank you for your question! Take a look at this answer. It will change the size of an `AGSSimpleMarkerSymbol`, but you can easily modify the updateSize() method to do anything you want, including changing the geometry of the graphic.
-Mark