summaryrefslogtreecommitdiff
path: root/lib/Travel/Routing
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-07-22 21:29:20 +0200
committerDaniel Friesel <derf@finalrewind.org>2015-07-22 21:29:20 +0200
commit205dd273d1aaee9dbf4ac138e98534cd64df72f1 (patch)
treebdfe85ce451bb287938c133f81856abb83737003 /lib/Travel/Routing
parent38636f6ec11d5fca9e447814311e202fda889907 (diff)
EFA(3pm): document accessibility options
Diffstat (limited to 'lib/Travel/Routing')
-rw-r--r--lib/Travel/Routing/DE/EFA.pm25
1 files changed, 25 insertions, 0 deletions
diff --git a/lib/Travel/Routing/DE/EFA.pm b/lib/Travel/Routing/DE/EFA.pm
index c130846..58fafe2 100644
--- a/lib/Travel/Routing/DE/EFA.pm
+++ b/lib/Travel/Routing/DE/EFA.pm
@@ -1095,6 +1095,31 @@ If true: Request connections allowing passengers with bikes. Note that the
backed may return an empty result if no such connection exists or bike-support
simply isn't known.
+=item B<with_low_platform> => B<0>|B<1>
+
+If true: Request connections which only use low-platform ("Niederflur")
+vehicles. Note that the backed will return an empty result if no such
+connection exists.
+
+=item B<with_wheelchair> => B<0>|B<1>
+
+If true: Request connections which are wheelchair-accessible. Again, note that
+the backend may return an empty result if no such connection exists or
+wheelchair-support isn't known.
+
+=item B<without_elevators> => B<0>|B<1>
+
+If true: Request that transfers do not require usage of elevators.
+
+=item B<without_escalators> => B<0>|B<1>
+
+If true: Request that transfers do not require usage of escalators.
+
+=item B<without_solid_stairs> => B<0>|B<1>
+
+If true: Request that transfers do not require stairs to be taken (i.e.
+ramps, escalators, elevators or similar must be available).
+
=item B<lwp_options> => I<\%hashref>
Options to pass to C<< LWP::UserAgent->new >>.