TrainStop
public struct TrainStop
A position in time and space where a train stops and people can enter or exit a train
-
The iRailID of the railway station
Declaration
Swift
public let stationID: RailwayStation.iRailID -
The platform on which the train will stop
Declaration
Swift
public let platform: String -
The time a train will arrive/depart
Declaration
Swift
public let time: Date -
A time interval that should be added to
timeto get a realistic predictionDeclaration
Swift
public let delay: TimeInterval
View on GitHub
TrainStop Struct Reference