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?

true
maxDuration?: number

maximum travel duration in minutes, pass null for infinite

20
maxTransfers?: number

maximum of transfers

5
polylines?: boolean

return leg shapes?

false
products?: Products

products

undefined
subStops?: boolean

parse & expose sub-stops of stations?

true
when?: Date

when

undefined