itinero / routing

The routing core of itinero.
Apache License 2.0
221 stars 70 forks source link

Route Calculation error #234

Open florinmarica opened 5 years ago

florinmarica commented 5 years ago

Hello, I have an error when I try to calculate route with 'CalculateTSP' method(with standard method works. This is the error: at Itinero.Result1[T].get_Value () [0x00019] in <8b7ce872a64d4788bed72eb0625e2936>:0 at Itinero.Optimization.RouterExtensions.CalculateTSP (Itinero.RouterBase router, Itinero.Profiles.Profile profile, Itinero.LocalGeo.Coordinate[] locations, System.Int32 first, System.Nullable1[T] last) [0x0000b] in <be8aabfd201642c59969e081befd097f>:0 Can you help me? Thank you!