FsHafas-JavaScript
    Preparing search index...

    Interface JourneysFromTripOptions

    interface JourneysFromTripOptions {
        accessibility?: string;
        entrances?: boolean;
        polylines?: boolean;
        products?: Products;
        remarks?: boolean;
        stopovers?: boolean;
        subStops?: boolean;
        tickets?: boolean;
        transferTime?: number;
    }
    Index

    Properties

    accessibility?: string

    'none', 'partial' or 'complete'

    'none'
    
    entrances?: boolean

    parse & expose entrances of stops/stations?

    true
    
    polylines?: boolean

    return leg shapes?

    false
    
    products?: Products

    products

    undefined
    
    remarks?: boolean

    parse & expose hints & warnings?

    true
    
    stopovers?: boolean

    return stations on the way?

    false
    
    subStops?: boolean

    parse & expose sub-stops of stations?

    true
    
    tickets?: boolean

    return tickets?

    false
    
    transferTime?: number

    minimum time for a single transfer in minutes

    0