gtfs-sqljs
    Preparing search index...

    Interface StopTimeFilters

    interface StopTimeFilters {
        agencyId?: string | string[];
        directionId?: number | number[];
        dropOffType?: PickupDropOffType | PickupDropOffType[];
        includeRealtime?: boolean;
        limit?: number;
        pickupType?: PickupDropOffType | PickupDropOffType[];
        routeId?: string | string[];
        serviceIds?: string | string[];
        stopId?: string | string[];
        tripId?: string | string[];
    }
    Index

    Properties

    agencyId?: string | string[]
    directionId?: number | number[]

    Filter by drop-off type. 0 = Regular, 1 = None, 2 = Phone agency, 3 = Coordinate with driver.

    includeRealtime?: boolean
    limit?: number

    Filter by pickup type. 0 = Regular, 1 = None, 2 = Phone agency, 3 = Coordinate with driver.

    routeId?: string | string[]
    serviceIds?: string | string[]
    stopId?: string | string[]
    tripId?: string | string[]