OsrmLaneIndication class
OsrmLaneIndication class for a lane indication
Constructors
- OsrmLaneIndication({bool? valid, String? indication})
-
OsrmLaneIndication.fromMap(Map<
String, dynamic> json) -
fromMap method to get the OsrmLaneIndication from a json map
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- indication → String?
-
indications
A list of LaneIndication objects representing the turn lane(s) that can be taken at the corresponding turn location.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- valid → bool?
-
valid A boolean flag indicating whether the lane is valid for the turn.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toMap method to get the OsrmLaneIndication as a json map
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited