OsrmLane class

OsrmLane class for a lane

Inheritance

Constructors

OsrmLane({bool? valid, List<OsrmLaneIndication>? indications})
OsrmLane.fromMap(Map<String, dynamic> json)
fromMap method to get the OsrmLane from a json map
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
indications List<OsrmLaneIndication>?
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 OsrmLane as a json map
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited