TransitDepartureStatus
public enum TransitDepartureStatus : UInt32, CaseIterable, Codable
Status of a departure.
-
A trip that is running as planned in the schedule.
Declaration
Swift
case scheduled -
A trip that existed in the schedule but was removed.
Declaration
Swift
case cancelled -
An extra trip that was added in addition to a running schedule, for example, to respond to sudden passenger load.
Declaration
Swift
case additional -
A trip that was in the schedule but is removed and replaced with additional trip, for example, to replace a broken vehicle or handle detour.
Declaration
Swift
case replaced