Reputation: 3353
I need to show multiple flight routes on google map. I used polyline with geodesic for that and that is working fine but the problem is when more then two flights going through same route then polyline overlapped by another polyline. Can we solve this by changing curve angle or can we little bit separate from each other.
Upvotes: 1
Views: 2975
Reputation: 3353
Now I am working on this url I think it will work and it is best way to solve this question problem: https://developers.google.com/maps/documentation/javascript/examples/geometry-headings
Upvotes: 1