mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 07:09:35 +02:00
journeys: document walkingSpeed 📝
This commit is contained in:
parent
f8210c5515
commit
9c47a3908c
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ With `opt`, you can override the default options, which look like this:
|
||||||
polylines: false, // return a shape for each leg?
|
polylines: false, // return a shape for each leg?
|
||||||
remarks: true, // parse & expose hints & warnings?
|
remarks: true, // parse & expose hints & warnings?
|
||||||
// Consider walking to nearby stations at the beginning of a journey?
|
// Consider walking to nearby stations at the beginning of a journey?
|
||||||
|
walkingSpeed: 'normal', // 'slow', 'normal', 'fast'
|
||||||
startWithWalking: true,
|
startWithWalking: true,
|
||||||
language: 'en', // language to get results in
|
language: 'en', // language to get results in
|
||||||
scheduledDays: false // parse which days each journey is valid on
|
scheduledDays: false // parse which days each journey is valid on
|
||||||
|
|
Loading…
Add table
Reference in a new issue