diff options
Diffstat (limited to 'lib/Travel/Status/DE')
-rw-r--r-- | lib/Travel/Status/DE/ASEAG.pm | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/lib/Travel/Status/DE/ASEAG.pm b/lib/Travel/Status/DE/ASEAG.pm index 21cd992..6e03c2a 100644 --- a/lib/Travel/Status/DE/ASEAG.pm +++ b/lib/Travel/Status/DE/ASEAG.pm @@ -180,11 +180,9 @@ version 1.04 =head1 DESCRIPTION -Travel::Status::DE::ASEAG is an unofficial interface to the ASEAG departure -monitor available at -L<http://efa.vrr.de/vrr/XSLT_DM_REQUEST?language=de&itdLPxx_transpCompany=vrr&>. - -It reports all upcoming tram/bus/train departures at a given place. +Travel::Status::DE::ASEAG is an unofficial interface to an ASEAG departure +monitor. It reports all upcoming departures at a given place in real-time. +Schedule information is not included. =head1 METHODS @@ -199,18 +197,14 @@ Arguments: =over -=item B<place> => I<place> - -Name of the place/city - -=item B<type> => B<address>|B<poi>|B<stop> +=item B<stop> => I<name> -Type of the following I<name>. B<poi> means "point of interest". Defaults to -B<stop> (stop/station name). +Name of the stop to list departures for. -=item B<name> => I<name> +=item B<fuzzy> => I<bool> -address / poi / stop name to list departures for. +A true value (default) allows fuzzy matching for the I<name> set above, +a false one requires an exact string match. =back |