ThinkGeo.com    |     Documentation    |     Premium Support

Getting back the pointshapes in the optimised sequence in the TSP

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



Sorry guys, found the VisitSequence property in TspRoutingResult. :) 
  
 Thanks, 
  
 Nirish

I am glad you figured it out. There is the sample "Traveling Salesman Problem Analysis" of "How Do I" project that shows that. Thank you.