gtfs-sqljs
    Preparing search index...

    Interface Frequency

    Frequency - Headway-based service patterns

    interface Frequency {
        end_time: string;
        exact_times?: number;
        headway_secs: number;
        start_time: string;
        trip_id: string;
    }
    Index

    Properties

    end_time: string
    exact_times?: number
    headway_secs: number
    start_time: string
    trip_id: string