summaryrefslogtreecommitdiff
path: root/lib/Travel/Routing/DE/EFA
diff options
context:
space:
mode:
authorBirte Kristina Friesel <birte.friesel@uos.de>2023-11-23 18:23:05 +0100
committerBirte Kristina Friesel <birte.friesel@uos.de>2023-11-23 18:23:05 +0100
commit4c49bfd4b33f821d06967b9321b3cd92d9329934 (patch)
tree26fccab5cb44c58eee7e3f7cb66129a8fa036a63 /lib/Travel/Routing/DE/EFA
parent30eff16801a7533ad176cb76cace0ba3aa861336 (diff)
Route/Part: Document delay in ->via
Diffstat (limited to 'lib/Travel/Routing/DE/EFA')
-rw-r--r--lib/Travel/Routing/DE/EFA/Route/Part.pm7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/Travel/Routing/DE/EFA/Route/Part.pm b/lib/Travel/Routing/DE/EFA/Route/Part.pm
index fb94291..773287e 100644
--- a/lib/Travel/Routing/DE/EFA/Route/Part.pm
+++ b/lib/Travel/Routing/DE/EFA/Route/Part.pm
@@ -355,9 +355,10 @@ In those cases, B<train_destination> and B<train_line> are usually empty.
=item $part->via
-Returns a list of C<< [ "DD.MM.YYYY", "HH:MM", stop, platform ] >> arrayrefs
-encoding the stops passed between B<departure_stop> and B<arrival_stop>,
-if supported by the backend. Returns nothing / an empty list otherwise.
+Returns a list of C<< [ "DD.MM.YYYY", "HH:MM", stop, platform, delay ] >>
+arrayrefs encoding the stops passed between B<departure_stop> and
+B<arrival_stop>, if supported by the backend. Returns nothing / an empty list
+otherwise. Date and time refer to schedule data and do not account for delays.
=back