gtfs-sqljs
    Preparing search index...

    Type Alias RealtimeSource

    RealtimeSource: "exact" | "propagated" | "trip_delay" | "none"

    How the realtime information for a stop was obtained.

    Type Declaration

    • "exact"

      A stop time update explicitly targeted this stop.

    • "propagated"

      Delay propagated from an earlier stop's update (GTFS-RT spec behavior).

    • "trip_delay"

      Trip-level delay (TripUpdate.delay) used as fallback.

    • "none"

      No realtime information applies to this stop.