I'm using the Google Maps API, which looks like waypoints in directions to generate a route using multiple points on the map. Depending on the address I enter on the map, a route is generated by going back down the same street once. I really want to disregard that by going back to another street the path would be longer, thus not going through the streets already covered.
See an example below:
Below is how the route of the above addresses is generated, by considering the address 1 / strong> as an intermediate and address 3 as final:
AndnowhowIwishitweretheroute:
Is it possible to generate a route without going through the same street again?