| return new TurnWeighting(new FastestWeighting(encoder),turnCostStorage,defaultUTurnCosts); | return new FastestWeighting(encoder,new DefaultTurnCostProvider(encoder,turnCostStorage,uTurnCosts)); | new TurnWeighting(new FastestWeighting(encoder),turnCostStorage,defaultUTurnCosts) | new FastestWeighting(encoder,new DefaultTurnCostProvider(encoder,turnCostStorage,defaultUTurnCosts)) | graphhopper | 4582ee033819474b5a6ecbde8fe352d40722c274 | com.graphhopper.routing.DirectedBidirectionalDijkstraTest | | | _1 | defaultUTurnCosts |
|---|
| _2 | uTurnCosts |
|---|
| | TCIVar | defaultUTurnCosts |
|---|
| v0 | encoder |
|---|
| v2 | turnCostStorage |
|---|
| | | TCIVar | defaultUTurnCosts |
|---|
| v0 | encoder |
|---|
| v2 | turnCostStorage |
|---|
| Uses | True |