TransitWaypoint class - routing library - Dart API
TransitWaypoint
TransitWaypoint class
Represents a transit waypoint, used as input for transit route calculation.
Constructors
- TransitWaypoint(GeoCoordinates coordinates)
- Creates a new instance.
Properties
- coordinates ↔ GeoCoordinates
-
The waypoint's geographic coordinates.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setter
- placeName ↔ String?
-
This parameter can be used to customize the name of the origin place and will
affect the generated actions descriptions.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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.