Hi guys,
I am using GetRouteViaVisitStops(PointShape startPoint, IEnumerable<PointShape> visitStops, int iterations) to get the optimised route for a list of pointshapes to visit. However, I can only get back the route well known text to draw the route on the map. I need to get back the pointshapes in the optimised sequence. Is this feature available? If not, how would I do it myself? Do I have to loop through all the points in the returned route to see if they match the original pointshapes?
Thanks,
Nirish