MasstransitWayPoint class abstract final

A waypoint is the origin, destination or intermediate destination on the route. For each waypoint, the corresponding selected arrival point can be stored.

Implemented types

Constructors

MasstransitWayPoint(Point position, Point? selectedArrivalPoint, Point? selectedDeparturePoint, String? context)
factory

Properties

context String?
request's context for this point
no setter
hashCode int
The hash code for this object.
no setteroverride
position Point
Coordinates of the original waypoint from the request.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedArrivalPoint Point?
Coordinates of the arrival point that was selected for arrival at the waypoint.
no setter
selectedDeparturePoint Point?
Coordinates of the arrival point that was selected for departure from the waypoint.
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 MasstransitWayPoint other) bool
The equality operator.
override