PublicTransportDirectoryScheduleInfo class

Справочная информация о расписаниях платформ и направлений.

Properties

fullDayPlatforms Map<DgisObjectId, Map<PublicTransportRouteDirectionId, List<PublicTransportPlatformSchedule>>>
Расписания для платформы по маршутам до конца дня. Поле будет заполнено для объекта типа ObjectType.StationPlatform.
final
hashCode int
The hash code for this object.
no setteroverride
nearTrips Map<DgisObjectId, Map<PublicTransportRouteDirectionId, PublicTransportNearTripSchedule>>
Ближайшие рейсы для направлений по маршрутам до конечной платформы. Поле будет заполнено для объекта типа ObjectType.StationPlatform.
final
routeSchedules Map<DgisObjectId, PublicTransportDirectoryRouteScheduleInfo>
Справочная информация о расписаниях платформ и направлений для маршрутов.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({Map<DgisObjectId, PublicTransportDirectoryRouteScheduleInfo>? routeSchedules, Map<DgisObjectId, Map<PublicTransportRouteDirectionId, List<PublicTransportPlatformSchedule>>>? fullDayPlatforms, Map<DgisObjectId, Map<PublicTransportRouteDirectionId, PublicTransportNearTripSchedule>>? nearTrips}) PublicTransportDirectoryScheduleInfo
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override