Interface ReachableFromOptions

interface ReachableFromOptions {
    entrances?: boolean;
    maxDuration?: number;
    maxTransfers?: number;
    polylines?: boolean;
    products?: Products;
    subStops?: boolean;
    when?: Date;
}

Properties

entrances?: boolean

parse & expose entrances of stops/stations?

Default

true
maxDuration?: number

maximum travel duration in minutes, pass null for infinite

Default

20
maxTransfers?: number

maximum of transfers

Default

5
polylines?: boolean

return leg shapes?

Default

false
products?: Products

products

Default

undefined
subStops?: boolean

parse & expose sub-stops of stations?

Default

true
when?: Date

when

Default

undefined

Generated using TypeDoc