LineArrival interface

An interface representing LineArrival.

Properties

lineId

Line Id.

scheduleTime

The date and time of departure from the stop in ISO 8601 format, e.g. 1996-12-19T19:39:57-08:00.

scheduleType

Whether the result is based on real-time or static data. Possible values include: 'scheduledTime', 'realTime'

stopId

The unique Azure Maps identifier for the respective public transit stop. When referring stops overtime, it is suggested to use stopId that will not change if the physical stop exists.

Property Details

lineId

Line Id.

lineId?: string

Property Value

string

scheduleTime

The date and time of departure from the stop in ISO 8601 format, e.g. 1996-12-19T19:39:57-08:00.

scheduleTime?: Date

Property Value

Date

scheduleType

Whether the result is based on real-time or static data. Possible values include: 'scheduledTime', 'realTime'

scheduleType?: ScheduleType

Property Value

stopId

The unique Azure Maps identifier for the respective public transit stop. When referring stops overtime, it is suggested to use stopId that will not change if the physical stop exists.

stopId?: string

Property Value

string