RealTimeArrivalResult interface

Contains real-time arrival related details.

Properties

arrivalMinutes

The estimated time of arrival in minutes.

line

The public transit type of the line.

patternId

The pattern Id.

scheduleType

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

The public transit type of the line.

line?: Line

Property Value

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

Property Value

stop

Object for the given stop.

stop?: Stop

Property Value