PublicTransportDirectoryRouteScheduleInfo class
Справочная информация о расписаниях платформ и направлений на маршруте.
Constructors
-
PublicTransportDirectoryRouteScheduleInfo.new({required Map<
PublicTransportRouteDirectionId, Map< fullDayPlatforms, required Map<DgisObjectId, List< >PublicTransportPlatformSchedule> >PublicTransportRouteDirectionId, Map< nearTrips, required Map<DgisObjectId, PublicTransportNearTripSchedule> >PublicTransportRouteDirectionId, PublicTransportIntervalSchedule> intervalTrips}) -
const
Properties
-
fullDayPlatforms
→ Map<
PublicTransportRouteDirectionId, Map< DgisObjectId, List< >PublicTransportPlatformSchedule> > -
Расписания для платформ до конца дня.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
-
intervalTrips
→ Map<
PublicTransportRouteDirectionId, PublicTransportIntervalSchedule> -
Ближайшие интервальные расписания для направлений.
final
-
nearTrips
→ Map<
PublicTransportRouteDirectionId, Map< DgisObjectId, PublicTransportNearTripSchedule> > -
Ближайшие рейсы для направлений до конечной платформы.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{Map< PublicTransportRouteDirectionId, Map< ? fullDayPlatforms, Map<DgisObjectId, List< >PublicTransportPlatformSchedule> >PublicTransportRouteDirectionId, Map< ? nearTrips, Map<DgisObjectId, PublicTransportNearTripSchedule> >PublicTransportRouteDirectionId, PublicTransportIntervalSchedule> ? intervalTrips}) → PublicTransportDirectoryRouteScheduleInfo -
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