Home > Net >  Osmdroid: Show route with overlaying polylines properly
Osmdroid: Show route with overlaying polylines properly

Time:02-10

As visible in the image, my app requires complex routes. This may involve driving the same road two times in different directions. I have made the polylines significantly thicker than the default settings, for better visual clarity. However, this way the polylines overlay several times and it is unclear when to take which turn.

What would be the best solution? Preferably, I would like to show the polylines next to each other, if more than one exists on one specific road.

image of overlaying polylines

CodePudding user response:

  •  Tags:  
  • Related