View Single Post

  #1 (permalink)  
Old 03-19-2008
waterwalker waterwalker is offline
Junior Member
White Belt
 
Join Date: Mar 2008
Posts: 2
How to show the directions on a polyline

Hi,

I have to show a driving route of a vehicle based on latitude and longitude.
There are about 8000 Points to show in the map. ( it's only one day to show )

I use getlocation with lon and lat to get the direction-array and then addpolyline to show the line.
Thats not the Problem, but I have to show the driving-direction at some points ( e.g. in a distance of 300 m ).
I tried to use add line with line.endArrowhead, but this is very very slow. it is about 3 minutes of time to schow the route.

Is there any fast solution to show the directions? It can be shown at every point too. ( if there is any property to set at the directions )

Thanks in advance

Regards,

Christian
__________________
Christian
Reply With Quote