Intersection class

Constructors

Intersection({List<bool>? entry, List<int>? bearings, double? duration, MapboxStreetsV8? mapboxStreetsV8, bool? isUrban, int? adminIndex, int? out, double? weight, int? geometryIndex, List<double>? location, int? intersectionIn, double? turnWeight, double? turnDuration, bool? trafficSignal, List<Lane>? lanes})
Intersection.fromJson(Map<String, dynamic> json)
factory

Properties

adminIndex int?
getter/setter pair
bearings List<int>?
getter/setter pair
duration double?
getter/setter pair
entry List<bool>?
getter/setter pair
geometryIndex int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
intersectionIn int?
getter/setter pair
isUrban bool?
getter/setter pair
lanes List<Lane>?
getter/setter pair
location List<double>?
getter/setter pair
mapboxStreetsV8 MapboxStreetsV8?
getter/setter pair
out int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trafficSignal bool?
getter/setter pair
turnDuration double?
getter/setter pair
turnWeight double?
getter/setter pair
weight double?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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