MasstransitTransportTransportThread class abstract final

transport_masstransit_common.MasstransitThread specific properties of a mass transit ride section of a transport_masstransit_route.MasstransitRoute.

Implemented types

Constructors

MasstransitTransportTransportThread(MasstransitThread thread, bool isRecommended, List<MasstransitTransportThreadAlert> alerts, MasstransitStop? alternateDepartureStop, MasstransitBoardingOptions? boardingOptions, MasstransitTravelEstimation? estimation, List<MasstransitTransportStop> stops, Polyline geometry)
factory

Properties

alerts List<MasstransitTransportThreadAlert>
Collection of important annotations for the section.
no setter
alternateDepartureStop MasstransitStop?
If alternateDepartureStop is specified, it specifies the departure location for this particular Thread instead of the first Stop of the Section.
no setter
boardingOptions MasstransitBoardingOptions?
Recommended underground boarding options for this section.
no setter
estimation MasstransitTravelEstimation?
Time estimation for transport thread.
no setter
geometry Polyline
Transport thread geometry.
no setter
hashCode int
The hash code for this object.
no setteroverride
isRecommended bool
Indicates that the mass transit router considers this thread the best one for the current section of the constucted route.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stops List<MasstransitTransportStop>
Collection of stops for the section. The first stop in the collection is the stop for boarding the transport, and the last stop in the collection is the stop for exiting the transport.
no setter
thread MasstransitThread
Mass transit thread.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(covariant MasstransitTransportTransportThread other) bool
The equality operator.
override