PublicTransportDirectoryRouteScheduleInfo | iOS SDK | Urbi Documentation
iOS SDK

PublicTransportDirectoryRouteScheduleInfo

Information about schedules on stop platforms and directions on the route.

public init(
    fullDayPlatforms: [PublicTransportRouteDirectionId: [DgisObjectId: [PublicTransportPlatformSchedule]]],
    nearTrips: [PublicTransportRouteDirectionId: [DgisObjectId: PublicTransportNearTripSchedule]],
    intervalTrips: [PublicTransportRouteDirectionId: PublicTransportIntervalSchedule]
)
Properties
[PublicTransportRouteDirectionId : [DgisObjectId : [PublicTransportPlatformSchedule]]]

Schedules at stop platforms until the end of the day.

[PublicTransportRouteDirectionId : [DgisObjectId : PublicTransportNearTripSchedule]]

The nearest trips for the route directions to the end stop platform.

[PublicTransportRouteDirectionId : PublicTransportIntervalSchedule]

The nearest interval schedules for the directions.