mbus-backend
    Preparing search index...

    Interface Trip

    Represents a transit vehicle run (GTFS Trip).

    interface Trip {
        stopTimes: StopTime[];
        tripId: string;
        vid: string | null;
    }
    Index

    Properties

    Properties

    stopTimes: StopTime[]

    Ordered list of stops made by this trip.

    tripId: string
    vid: string | null

    Vehicle ID, if available.