You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to do ManyToMany routing that includes turn penalties? I've explored all matrix algorithms, yet not a single one seems to accept turn penalties as an input.
I've also looked into the sample code and issues #307 and #313. However, when I try to run the following sample code on my own routerDb (which is contracted), I get the "Value cannot be null. Parameter name: nodeBasedGraph" error.
Is there a way to do ManyToMany routing that includes turn penalties? I've explored all matrix algorithms, yet not a single one seems to accept turn penalties as an input.
I've also looked into the sample code and issues #307 and #313. However, when I try to run the following sample code on my own routerDb (which is contracted), I get the "Value cannot be null. Parameter name: nodeBasedGraph" error.
route = router.Calculate(car, locations, turnPenalty: 120, preferredDirections: null);
Any pointers would be very appreciated.
The text was updated successfully, but these errors were encountered: