Hi,
I need to maintain history of Vehicle tracking. Please go through the below scenarion and let me know if there is any way to do it.
Scenario: Let's say a vehicle is moving in a perticular direction and it is at position p1 at time t1. The vehicle moved to position p2 at time t2. The vehicle is at position p3 at time t3 and so on.
where tn>....> t3>t2>t1.
I need to maintain the vehicle history (position p1,p2 at time t1,t2) on the map.
Thanks,
Srikar.