Hello Esri and ArcGIS people!
I'm wondering if there exists support for time based rendering of point geometries where the point's coordinates do not change (the points are static). Explanation:
- I have a FeatureLayer which contains points of interests. This is loaded through an ArcGIS Portal instance.
- These points have time-based symbols, and change when they are re-drawn and relative time has passed, meaning there's a Renderer defined on the FeatureLayer on load (RenderingMode = Automatic).
- This, howerer, requires user interaction with the MapView. If I have a static viewpoint, the symbols never change until I either pan or zoom. New features do appear though, with its initial symbol.
Is there a way to force the Renderer to re-draw, preferably according to the FeatureLayer's RefreshInterval? New data is indeed fetched, but the symbols do not change until the user interacts with the map.
Any help is greatly appreciated!
Lars