Skip to content
This repository was archived by the owner on Jun 29, 2023. It is now read-only.

Commit 49f3a2a

Browse files
committed
addded docs for navigation from/to stations
1 parent 67391f1 commit 49f3a2a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mvg_api/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,10 @@ def get_route(start, dest,
168168
169169
Parameters
170170
----------
171-
start : int
172-
The `station_id` of the starting station
173-
dest : int
174-
`station_id` of the destination station
171+
start : int/tuple
172+
The `station_id` of the starting station or a tuple of coordinates
173+
dest : int/tuple
174+
`station_id` of the destination station or a tuple of coordinates
175175
time : datetime, optional
176176
arrival_time : bool, optional
177177
Specifies if `time` is the starting time (which is default) or

0 commit comments

Comments
 (0)