FsHafas-JavaScript
    Preparing search index...

    Interface StopOptions

    interface StopOptions {
        entrances?: boolean;
        language?: string;
        linesOfStops?: boolean;
        remarks?: boolean;
        subStops?: boolean;
    }
    Index

    Properties

    entrances?: boolean

    parse & expose entrances of stops/stations?

    true
    
    language?: string

    Language of the results

    en
    
    linesOfStops?: boolean

    parse & expose lines at the stop/station?

    false
    
    remarks?: boolean

    parse & expose hints & warnings?

    true
    
    subStops?: boolean

    parse & expose sub-stops of stations?

    true