Hi folks,
I have a GPS track and I would like to have directional arrows displayed along it. I see this has been done in the JS library:
Arrows along a line | Sample Code | ArcGIS Maps SDK for JavaScript 4.30 | Esri Developer
I have tried creating point symbols and orienting them, but it is messy because they would need to be moved at different zoom levels and are an expensive solution.
Is there a recommended way to do this?
Thanks!