Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect comments for StopTimes:AvailabilityType enum #2

Open
trevh3 opened this issue Sep 14, 2020 · 0 comments
Open

Incorrect comments for StopTimes:AvailabilityType enum #2

trevh3 opened this issue Sep 14, 2020 · 0 comments

Comments

@trevh3
Copy link

trevh3 commented Sep 14, 2020

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;
  }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant