Interface RadarOptions

interface RadarOptions {
    duration?: number;
    entrances?: boolean;
    frames?: number;
    polylines?: boolean;
    products?: Products;
    results?: number;
    subStops?: boolean;
    when?: Date;
}

Properties

duration?: number

compute frames for the next n seconds

20
entrances?: boolean

parse & expose entrances of stops/stations?

true
frames?: number

nr of frames to compute

3
polylines?: boolean

return a shape for the trip?

false
products?: Products

optionally an object of booleans

null
results?: number

maximum number of vehicles

256
subStops?: boolean

parse & expose sub-stops of stations?

true
when?: Date

when

undefined