ScheduleGroup

data class ScheduleGroup(val transports: List<TransportInfo>)

A group of transports with the same schedule.

Used to display multiple routes with identical schedules in a single row.

Constructors

Link copied to clipboard
constructor(transports: List<TransportInfo>)

Properties

Link copied to clipboard

The nearest departure times for display (e.g., "16:18, 16:25, 16:32"). Taken from the first transport since all transports in a group share the same schedule.

Link copied to clipboard

The common schedule for all transports in this group. Taken from the first transport since all transports have equal schedules.

Link copied to clipboard

List of transports sharing the same schedule.