Issue
Normally in geometry rotation of angle starts from 0 to 90 in clockwise direction. I used the angle and mapview coordinates to draw on mapview. It draws line by assigning angle in anti-clockwise direction. How to change this, help to find an solution for this.
Using the angle I plot points in mapview to draw lines and connect them all to look like a polygon. I use each lines ending point as starting point of next line. It draws line in anti-clockwise direction. What helps to resolve it?
Thanks in advance..
This below image shows the problem.
Solution
Subracting every angle from 360 it draws line correctly towards clockwise direction and my requirement is achieved.
Answered By - user3647272
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.