I have an application where I will display dynamic features moving in the map. There might be quite many of them for an area ( <2000, I think). They should move when their position is update. I'm wondering if I should create my own "fake" FeatureService to return the features, or if I should use GraphicsLayer for displaying them.
Any reccomendations?
Bjørnar Sundsbø