You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The comments in the StopTimes message, AvailabilityType enum look like they refer to a different enum
enum AvailabilityType {
// Tram, Streetcar, Light rail. Any light rail or street level system within a metropolitan area.
REGULAR = 0;
// Subway, Metro. Any underground rail system within a metropolitan area.
NOT_AVAILABLE = 1;
// Rail. Used for intercity or long-distance travel.
PHONE = 2;
// Bus. Used for short- and long-distance bus routes.
DRIVER = 3;
}
The text was updated successfully, but these errors were encountered:
The comments in the StopTimes message, AvailabilityType enum look like they refer to a different enum
The text was updated successfully, but these errors were encountered: