PTStopScheduleFilter constructor
const
PTStopScheduleFilter({})
Creates a PTStopScheduleFilter.
Parameters
routeIds: Keep departures whose route id is in this set.lineNames: Keep departures whose route short name is in this set.headings: Optional direction restriction forlineNamesmatches.maxRows: Departures to return; 0 = server default.window: Forward search horizon fromtime; null = server default.time: Absolute time to search forward from; null = now.shapes: Request the route shapes; false = no shapes.
Implementation
const PTStopScheduleFilter({
this.routeIds = const <int>[],
this.lineNames = const <String>[],
this.headings = const <String>[],
this.maxRows = 0,
this.window,
this.time,
this.shapes = false,
});