Is it possible to generate a route without going through the same street again?

1

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:

  • R. Ernesto de Castro Neves, 588 - Jardim do Alvinopolis, Atibaia - SP, 12943-270
  • R. Prof. Nilo Andrade Amaral, 230 - Jardim do Alvinopolis, Atibaia - SP, 12943-460
  • Av. Santos Dumont, 342 - Ponte Alta, Atibaia - SP
  • 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?

        
    asked by anonymous 23.10.2017 / 04:42

    0 answers