scheduleGroups

abstract val scheduleGroups: StateFlow<List<ScheduleGroup>>

Schedule groups for the first public transport segment.

Transports with the same schedule are grouped together for compact display. Limited to PublicTransportRouteComposableDefaults.SCHEDULE_MAX_VISIBLE_GROUPS groups.

Emitted as a StateFlow because schedule data may be loaded asynchronously. Initially empty if no public transport segments or no schedule information available yet.