BicycleWayPoint class abstract final

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

Implemented types

Constructors

BicycleWayPoint(Point position, Point? selectedArrivalPoint)
factory

Properties

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 selected arrival point.
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 BicycleWayPoint other) bool
The equality operator.
override