Basically, what I simply need to achieve is, first draw the route between two points, from current location to any other point on the map. And when a third point is place, the route must change from current to third point and finally from third point to final point.
For reference,
Point A - Current/Start Location
Point B - End Location
Point C - Third Location
Tasks
1) Draw point from A to B
2) If C point is placed, draw from A to C and C to B.
How can I implement this ?
Thank you