So I want to plot a route using directions renderer and at the same time have Origin as an "A" marker, all the way through the destination as the final marker, with all waypoints also being marker.
By default it looks like renderer only sets markers for origin and destination, so I plotted markers for all the waypoints.
However, the directionsrenderer markers are "A" for origin and "B" for destination, meanwhile my second waypoint is also "B".
How do I get all the waypoints on chronological order of the route to show the correct marker with correct letter? Here's an image of the problem:
Thanks