gtfs-sqljs
    Preparing search index...

    Interface StopTime

    StopTime - Times that a vehicle arrives at and departs from stops for each trip

    interface StopTime {
        arrival_time: string;
        continuous_drop_off?: number;
        continuous_pickup?: number;
        departure_time: string;
        drop_off_type?: number;
        pickup_type?: number;
        shape_dist_traveled?: number;
        stop_headsign?: string;
        stop_id: string;
        stop_sequence: number;
        timepoint?: number;
        trip_id: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    arrival_time: string
    continuous_drop_off?: number
    continuous_pickup?: number
    departure_time: string
    drop_off_type?: number
    pickup_type?: number
    shape_dist_traveled?: number
    stop_headsign?: string
    stop_id: string
    stop_sequence: number
    timepoint?: number
    trip_id: string