Skip to Content
APIPlaces LocationsInterface: Schedule

Interface: Schedule

Interface that represents a regular schedule of a transport service. Contains information about fixed schedules of a transport line.

Properties

line

line: string

Identifier of the transport line


next_schedule

next_schedule: string

Next schedule in text format


routeDirection

routeDirection: string

Route direction (outbound or inbound)


schedule

schedule: DaysAndTimes[];

Schedules organized by days of the week


source

source: string

Origin or source of the service


title

title: MultiLanguage

Service title in multiple languages


today_schedule

today_schedule: string

Today’s schedule in text format

Last updated on