EntitySelector Struct Reference
A selector for an entity in a GTFS feed. More...
Public Attributes | |
optional string | agency_id = 1 |
The values of the fields should correspond to the appropriate fields in the GTFS feed. More... | |
optional string | route_id = 2 |
optional int32 | route_type = 3 |
corresponds to route_type in GTFS. | |
optional TripDescriptor | trip = 4 |
optional string | stop_id = 5 |
extensions | to |
The extensions namespace allows 3rd-party developers to extend the GTFS-realtime specification in order to add and evaluate new features and modifications to the spec. More... | |
Detailed Description
A selector for an entity in a GTFS feed.
Member Data Documentation
optional string EntitySelector::agency_id = 1 |
The values of the fields should correspond to the appropriate fields in the GTFS feed.
At least one specifier must be given. If several are given, then the matching has to apply to all the given specifiers.
extensions EntitySelector::to |
The extensions namespace allows 3rd-party developers to extend the GTFS-realtime specification in order to add and evaluate new features and modifications to the spec.
The documentation for this struct was generated from the following file:
- gtfs-realtime.proto