Alternative routes for a list of points

Hello!
I’m trying to get alternative routes for a list of points but I’m not getting it.
“Currently alternative routes work only with start and end point. You tried to use: 3 points” this is the warning I get.

Is it possible to do it or should I try another way (e.g. would it be a good option to calculate the alternative routes between 2 points for all the points of the list and then join them?)?

Thanks,

For alternative routes you can only specify one start and one destination. If you need it for more points then you have to query multiple times.

1 Like