gtfs-sqljs
    Preparing search index...

    Interface StopFilters

    interface StopFilters {
        limit?: number;
        name?: string;
        stopCode?: string | string[];
        stopId?: string | string[];
        tripId?: string | string[];
    }
    Index

    Properties

    limit?: number
    name?: string
    stopCode?: string | string[]
    stopId?: string | string[]
    tripId?: string | string[]