liveCrowding property

PTCrowdingInfo? liveCrowding
final

Live crowding summary for the route (may be null).

Summarizes all the route's fresh vehicle positions — useful when vehicles can't be matched to specific departures. PTCrowdingInfo.vehicles counts them; the other fields carry the WORST value over those vehicles, each null when no vehicle supplies it. Null when the route has no fresh vehicle positions.

Implementation

final PTCrowdingInfo? liveCrowding;