PublicTransportPreciseSchedule
Exact arrival schedule of public transport to the stop platform.
PublicTransportPreciseSchedule(
preciseTime: DayTime,
nextTrips: List<Long>,
nextTripsUtc: List<Long>
)
Exact arrival schedule of public transport to the stop platform.
Parameters
Properties
Exact arrival time of the transport in the HH:MM
format (in the local timezone of the object).
Arrival times of the next trips (in the local timezone of the object).
Times of the next trips in UTC.