diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-04-09 16:12:15 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-04-09 16:12:15 +0200 |
commit | 5b40231296a92ed1d0c997b5ca42aa8e9a312945 (patch) | |
tree | 203d7971fab2e3ed2ed6ff828bc668ba2b0656ee /lib | |
parent | 8f9e10bfdae42f3b09a80b3a17ebc53a07bfbc74 (diff) |
document circle parameter
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Travel/Status/DE/URA.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Travel/Status/DE/URA.pm b/lib/Travel/Status/DE/URA.pm index 3deba04..542f1d7 100644 --- a/lib/Travel/Status/DE/URA.pm +++ b/lib/Travel/Status/DE/URA.pm @@ -409,7 +409,9 @@ you can use an empty hashref to override it. =item B<circle> => I<lon,lat,dist> -TODO +Only request departures for stops which are located up to I<dist> meters +away from the location specified by I<lon> and I<lat>. Example parameter: +"50.78496,6.10897,100". =back |