PublicTransportDirectoryScheduleInfo
Information about schedules at stop platforms and directions.
public init(
routeSchedules: [DgisObjectId: PublicTransportDirectoryRouteScheduleInfo],
fullDayPlatforms: [DgisObjectId: [PublicTransportRouteDirectionId: [PublicTransportPlatformSchedule]]],
nearTrips: [DgisObjectId: [PublicTransportRouteDirectionId: PublicTransportNearTripSchedule]]
)
Properties
[DgisObjectId : PublicTransportDirectoryRouteScheduleInfo]
Schedules at stop platforms and route directions.
[DgisObjectId : [PublicTransportRouteDirectionId : [PublicTransportPlatformSchedule]]]
Routes schedules at the stop platform until the end of the day. The field is filled for an object with the type ObjectType.StationPlatform
.
[DgisObjectId : [PublicTransportRouteDirectionId : PublicTransportNearTripSchedule]]
The nearest trips for the route directions to the end stop platform. The field is filled for an object with the type ObjectType.StationPlatform
.