PublicTransportDirectoryScheduleInfo class
Справочная информация о расписаниях платформ и направлений.
Constructors
-
PublicTransportDirectoryScheduleInfo.new({required Map<
DgisObjectId, PublicTransportDirectoryRouteScheduleInfo> routeSchedules, required Map<DgisObjectId, Map< fullDayPlatforms, required Map<PublicTransportRouteDirectionId, List< >PublicTransportPlatformSchedule> >DgisObjectId, Map< nearTrips})PublicTransportRouteDirectionId, PublicTransportNearTripSchedule> > -
const
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< ? fullDayPlatforms, Map<PublicTransportRouteDirectionId, List< >PublicTransportPlatformSchedule> >DgisObjectId, Map< ? nearTrips}) → PublicTransportDirectoryScheduleInfoPublicTransportRouteDirectionId, PublicTransportNearTripSchedule> > -
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