| Re: How to show the directions on a polyline
Hi,
You don't need 8000 positions on the map. Just draw what is in the visible area of the map. Also if user is strong zoomed out then more and more positions become visible, but even then you don't have to draw them all because it would not be recognizable.
Of course you have to recalculate what to draw after every zoom / pan of the user. but there are the events for. |