Hello,
I am facing an issue while drawing a Webmap using esri JS api v4,
the webmap has a polyline layer with arrow style at the end of the polyline,
It has been set from the arcgis online, and I can see it in the json layer definition object of the webmap but I can see only the line without the arrow.
I think this because the marker property doesnt exist in V4 apis, it was exists in v3 in the marker property
CartographicLineSymbol | API Reference | ArcGIS API for JavaScript 3.32
any advice, workaround, or plan to add this missing feature in a next release?
Thanks