To Add an animation object in Mapview

422
1
01-06-2019 11:09 PM
MuruganandhamKuppan1
New Contributor III

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?

0 Kudos
1 Reply
MarkDostal
Esri Contributor

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