FsHafas-JavaScript
    Preparing search index...

    Interface LocationsOptions

    interface LocationsOptions {
        addresses?: boolean;
        entrances?: boolean;
        fuzzy?: boolean;
        language?: string;
        linesOfStops?: boolean;
        poi?: boolean;
        results?: number;
        stops?: boolean;
        subStops?: boolean;
    }
    Index

    Properties

    addresses?: boolean

    return addresses

    false
    
    entrances?: boolean

    parse & expose entrances of stops/stations?

    true
    
    fuzzy?: boolean

    find only exact matches?

    true
    
    language?: string

    Language of the results

    en
    
    linesOfStops?: boolean

    parse & expose lines at each stop/station?

    false
    
    poi?: boolean

    points of interest

    true
    
    results?: number

    how many search results?

    10
    
    stops?: boolean

    return stops/stations?

    true
    
    subStops?: boolean

    parse & expose sub-stops of stations?

    false