Hi,
Suppose I have 5 stations to visit.
How can I draw the directions ( street route) with my current position on the Map.
This will dynamically change.
So if I start from a Start position (S) and reached station A,
At that time I should be able to draw a line on the actual street which will tell me where I reached currently.
The other alternative is to draw some sign on the stations where I have reached.
e.g, There are five stations in between Source (S ) and Destination (Z).
Say S --> A --> B --> C --> D --> E --> Z
Now I should be able to locate using some sign ( say red block) , and my current location as green block.
Basically I want to track my current position.
Thanks,
Sid


