Interface: Schedule
Interface that represents a regular schedule of a transport service. Contains information about fixed schedules of a transport line.
Properties
line
line: stringIdentifier of the transport line
next_schedule
next_schedule: stringNext schedule in text format
routeDirection
routeDirection: stringRoute direction (outbound or inbound)
schedule
schedule: DaysAndTimes[];Schedules organized by days of the week
source
source: stringOrigin or source of the service
title
title: MultiLanguageService title in multiple languages
today_schedule
today_schedule: stringToday’s schedule in text format
Last updated on