routeIds property

List<int> routeIds
final

Keep departures whose route id is in this set.

Route ids are signed 64-bit values taken from PTRouteInfo.routeId - pass them through unmodified.

Implementation

final List<int> routeIds;