Exact arrival schedule of public transport to the stop platform.
public init( preciseTime: DayTime, nextTrips: [UInt64], nextTripsUtc: [UInt64] )
preciseTime
DayTime
nextTrips
UInt64[]
nextTripsUtc
var preciseTime
Exact arrival time of the transport in the HH:MM format (in the local timezone of the object).
HH:MM
var nextTrips
[UInt64]
Arrival times of the next trips (in the local timezone of the object).
var nextTripsUtc
Times of the next trips in UTC.