I am trying to figure out if it’s possible to calculate a route where we specify the start point but not the end point with route optimisation using the calculate route service, does anyone have any experience with how to do this?
So the destination = starting point.
Currently we don’t have an optimal solution for this.
But you can try with Routing API. Just provide locations as: home:1stwaypoint:2ndwaypoint:(…):nthendpoint:home with computeBestOrder parameter. Maybe this is enough for your case.
There are 11 points in this request.
In the response there is a section with optimizedWaypoints, where it describes the order of waypoints (9 watpoints).
Starting point and destination doesn’t change.