RealTimeArrivalResult interface
Contains real-time arrival related details.
Properties
| arrival |
The estimated time of arrival in minutes. |
| line | The public transit type of the line. |
| pattern |
The pattern Id. |
| schedule |
Whether the result is based on real-time or static data. Possible values include: 'scheduledTime', 'realTime' |
| stop | Object for the given stop. |
Property Details
arrivalMinutes
The estimated time of arrival in minutes.
arrivalMinutes?: number
Property Value
number
line
patternId
The pattern Id.
patternId?: string
Property Value
string
scheduleType
Whether the result is based on real-time or static data. Possible values include: 'scheduledTime', 'realTime'
scheduleType?: ScheduleType