Esri / route-planner-csharp

Routing and scheduling sample application using arcgis.com directions (network analysis) services.
Apache License 2.0
30 stars 37 forks source link

Update of SaveRouteSettings when UTurnPolicy.AtDeadEndsAndIntersections to UTurnEverywhere #10

Closed fjkish closed 11 years ago

fjkish commented 11 years ago

Updated _SaveRouteSettings where case UTurnPolicy.AtDeadEndsAndIntersections: so uTurnPolicy = UTurnEverywhere; not UTurnAtDeadEnds