The date and time range for the departure and arrival of the train.
SDKs
- iOS 13.0+
- Mac Catalyst 13.0+
- watchOS 6.0+
Framework
- Intents
Declaration
@NSCopying var tripDuration: INDate Components Range { get }
The date and time range for the departure and arrival of the train.
SDKs
Framework
@NSCopying var tripDuration: INDate Components Range { get }
var provider: String?
The name for the train company.
var train Name: String?
The name of the train.
var train Number: String?
The unique identifier for the train.
var departure Station Location: CLPlacemark
The station from which the train departs.
var departure Platform: String?
The platform from which the train departs.
var arrival Station Location: CLPlacemark
The station at which the train arrives.
var arrival Platform: String?
The platform at which the train arrives.