commented

This commit is contained in:
Andreas Schildbach 2012-03-31 15:11:25 +02:00
parent 74756b2a11
commit 6eda6ebaa8

View file

@ -39,7 +39,14 @@ public interface NetworkProvider
{ {
public enum Capability 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 public enum WalkSpeed