Skip to content
Snippets Groups Projects
Unverified Commit 4c49bfd4 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Route/Part: Document delay in ->via

parent 30eff168
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment