mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-15 00:50:31 +00:00
commented
This commit is contained in:
parent
74756b2a11
commit
6eda6ebaa8
1 changed files with 8 additions and 1 deletions
|
@ -39,7 +39,14 @@ public interface NetworkProvider
|
|||
{
|
||||
public enum Capability
|
||||
{
|
||||
AUTOCOMPLETE_ONE_LINE, NEARBY_STATIONS, DEPARTURES, CONNECTIONS
|
||||
/* can autocomplete locations */
|
||||
AUTOCOMPLETE_ONE_LINE,
|
||||
/* can determine nearby stations */
|
||||
NEARBY_STATIONS,
|
||||
/* can query for departures */
|
||||
DEPARTURES,
|
||||
/* can query connections */
|
||||
CONNECTIONS
|
||||
}
|
||||
|
||||
public enum WalkSpeed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue