Hi,
I am displaying Route points by Point Style like this.
Code:
PointStyle pMain = new PointStyle(PointSymbolType.Triangle, new GeoSolidBrush(GeoColors.Black), new GeoPen(GeoColor.SimpleColors.Black, 1.5F), 8);
pMain.RotationAngle = (float)Convert.ToDouble(320);
Note : 320 value taking Source and Destination point GC line track.
I want to use PointSymbolType.Triangle and direction should be Correct.
Please suggest me some ideas to resolve it.
Thanks,
Riyaz