We have drawn 3 routes on a map. Which looks cool. But we want to change one of the route lines to say a thin line instead of thick. Can this be achieved without redrawing all the route lines.
Also do the route lines have 'click' events?
Hope someone can help?
2 Answers
The routes have propetties and methodes. You can read about in API. At the time the route has not click events and the oroperties you have to set in constructor.
Hope this help
You cannot change the thickness after it was added, it has to be redrawn in any way. So remove route, change thickness and add again.
There are no click events for a route object.
Your Answer
Think you can help? Login to answer this question!