ThinkGeo.com    |     Documentation    |     Premium Support

Route points direction using Point Style

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

Hi Riyaz,

The Triangle cannot be rotate

Here we have a sample: http://wiki.thinkgeo.com/wiki/File:ServicesEditionSample_DisplayOneWayStreets_CS_091215.zip

Please refer it, it’s maybe helpful.

Regards,

Ethan