mbus-backend
    Preparing search index...

    Interface TimetableLeg

    A specific segment of a scheduled trip with fixed times.

    interface TimetableLeg {
        destination: string;
        origin: string;
        stopTimes: StopTime[];
        trip: Trip;
    }

    Hierarchy (View Summary)

    • Leg
      • TimetableLeg
    Index

    Properties

    destination: string
    origin: string
    stopTimes: StopTime[]
    trip: Trip