Module gtfs_server::models [−][src]
This namespace represents the models used in the API,
this part of the documentation should be used as a reference for your classes in
your application's wrapper.
Please note that some models
contain a feed_id
and a model_id
. These fields are not
serialized.
Modules
agency |
Agency related structs and implementations |
api |
API related models |
boundingbox |
Bouding Box struct and implementation |
coordinate | |
csv |
This module represents the entities as found in the CSV files. These structs are only used for CSV-parsing. Therefore they are conform to the GTFS reference. |
dropoff |
DropOff related enums and implementations |
pickup |
PickUp related enums and implementations |
query |
Query Representation |
route |
Route related structs and implementations |
stop |
Stop related structs and implementations |
time |
Time related structs and implementations |
trip |
Trip related structs and implementations |