Line symbol with direction

602
1
12-10-2013 07:45 PM
DastanTashimbetov
New Contributor
Hello everybody! I need to create line symbol with direction. Unfortunately, I did not find (or miss) solution in iOS SDK API reference. Any ideas?
0 Kudos
1 Reply
YueWu1
by Esri Regular Contributor
Esri Regular Contributor
Hi Dastan,
I took a look about this through esri ArcGIS iOS API, currently there is no property you can add the direction or arrow to the AGSSimpleLineSymbol.

There is a work around solution to approach this question by either using AGSMarkerSymbol or AGSRenderer to generate your own image or symbol that attach to current line.
0 Kudos