FsHafas-JavaScript
    Preparing search index...

    Interface TripsByNameOptions

    interface TripsByNameOptions {
        additionalFilters?: Filter[];
        currentlyStoppingAt?: string;
        fromWhen?: Date;
        lineName?: string;
        onlyCurrentlyRunning?: boolean;
        operatorNames?: string[];
        products?: Products;
        untilWhen?: Date;
        when?: Date;
    }
    Index

    Properties

    additionalFilters?: Filter[]
    currentlyStoppingAt?: string
    fromWhen?: Date
    lineName?: string
    onlyCurrentlyRunning?: boolean
    operatorNames?: string[]
    products?: Products
    untilWhen?: Date
    when?: Date

    departure date, undefined corresponds to Date.Now

    undefined