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
Copy file name to clipboardExpand all lines: doc/user/RouteRequest.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,7 @@ and in the [transferRequests in build-config.json](BuildConfiguration.md#transfe
87
87
|[boardSlackForMode](#rd_boardSlackForMode)|`enum map of duration`| How much extra time should be given when boarding a vehicle for each given mode. |*Optional*|| 2.0 |
88
88
| car |`object`| Car preferences. |*Optional*|| 2.5 |
89
89
| accelerationSpeed |`double`| The acceleration speed of an automobile, in meters per second per second. |*Optional*|`2.9`| 2.0 |
90
+
|[boardCost](#rd_car_boardCost)|`integer`| Prevents unnecessary transfers by adding a cost for boarding a transit vehicle. |*Optional*|`600`| 2.7 |
90
91
| decelerationSpeed |`double`| The deceleration speed of an automobile, in meters per second per second. |*Optional*|`2.9`| 2.0 |
91
92
| pickupCost |`integer`| Add a cost for car pickup changes when a pickup or drop off takes place |*Optional*|`120`| 2.1 |
92
93
| pickupTime |`duration`| Add a time for car pickup changes when a pickup or drop off takes place |*Optional*|`"PT1M"`| 2.1 |
@@ -618,6 +619,15 @@ Sometimes there is a need to configure a board times for specific modes, such as
618
619
ferries, where the check-in process needs to be done in good time before ride.
0 commit comments