How to make a dynamic animated movement for the graphics on the map?

1878
3
09-14-2012 08:28 AM
weiliang
New Contributor II
Hi,

I have some point graphics in one graphicLayer on the map and I want to move their positions to the new places every 5 seconds based on some criteria. Also on the map, these point graphics' movement can be visualized dynamically.

How should I do that? It seems the map won't update until the graphics' last movement were finished. Should I create a new thread to fulfill this dynamic visualization or there is any other trick?

Thanks,

Wei
0 Kudos
3 Replies
weiliang
New Contributor II
Can somebody please help me? Thanks,

Wei
0 Kudos
JohanCarlsson
Occasional Contributor
Have you looked at the Time-Aware Layers-section in the Interactive SDK?
If not, have a look at this:

http://resources.arcgis.com/en/help/silverlight-api/samples/start.htm#TemporalRendererTracks
0 Kudos
weiliang
New Contributor II
Have you looked at the Time-Aware Layers-section in the Interactive SDK?
If not, have a look at this:

http://resources.arcgis.com/en/help/silverlight-api/samples/start.htm#TemporalRendererTracks


Thanks for your answer, Johan. But I think this Time-Aware layer, which retrieves the existing route from map service, can't fulfill my requirement. What I want is dynamically calculate the graphics positions for each time-step and visualize them on the map.

Best,

Wei
0 Kudos