ru.dgis.sdk.directory.PublicTransportDirectoryScheduleInfo | Android SDK | Urbi Documentation
Android SDK

PublicTransportDirectoryScheduleInfo

Information about schedules at stop platforms and directions.

PublicTransportDirectoryScheduleInfo(
	routeSchedules: Map,
	fullDayPlatforms: Map,
	nearTrips: Map
)

Information about schedules at stop platforms and directions.

Parameters
routeSchedules
fullDayPlatforms
nearTrips
Returns
Properties

Schedules at stop platforms and route directions.

Routes schedules at the stop platform until the end of the day. The field is filled for an object with the type ObjectType.StationPlatform.

An array of PublicTransportPlatformSchedule objects represents a sequence of schedules following one another.

For example:
  • Transport departs with a period of 2 minutes (period), starting at 1747353600 (start_time) and ending at 1747360800 (finish_time).
  • Then transport departs according to the schedule at 12:15 (precise_time), 12:30 and 13:00.

The nearest trips for the route directions to the end stop platform. The field is filled for an object with the type ObjectType.StationPlatform.