Module gtfs_rt::trip_update

source ·
Expand description

Nested message and enum types in TripUpdate.

Modules§

Structs§

  • Timing information for a single predicted event (either arrival or departure). Timing consists of delay and/or estimated time, and uncertainty.
  • Realtime update for arrival and/or departure events for a given stop on a trip. Updates can be supplied for both past and future events. The producer is allowed, although not required, to drop past events.
  • Defines updated properties of the trip, such as a new shape_id when there is a detour. Or defines the trip_id, start_date, and start_time of a DUPLICATED trip. NOTE: This message is still experimental, and subject to change. It may be formally adopted in the future.