journeys: document walkingSpeed 📝

This commit is contained in:
Jannis R 2018-11-05 14:04:48 +01:00
parent f8210c5515
commit 9c47a3908c
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5

View file

@ -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