optimization icon indicating copy to clipboard operation
optimization copied to clipboard

Matching coordinates input with stops output using CalculateTSP method.

Open dalenewman opened this issue 7 years ago • 1 comments

What is the best way to match the coordinates going into CalculateTSP with the resulting stops? I'd like to pass in attributes but it doesn't look like that is currently supported. Thanks.

dalenewman avatar May 15 '18 16:05 dalenewman

Wait. I may have figured it out. I take the "index" attribute in the Stop, convert it to an int, and use it reference the original Coordinate right?

dalenewman avatar May 15 '18 17:05 dalenewman