Intersection class
Constructors
-
Intersection({required List<
bool> entry, required List<int> bearings, double? duration, bool? isUrban, required int adminIndex, int? out, double? weight, required int geometryIndex, required List<double> location, int? intersectionIn, double? turnDuration, double? turnWeight, List<String> ? classes}) -
Intersection.fromJson(Map<
String, dynamic> json) -
factory
- Intersection.fromRawJson(String str)
-
factory
Properties
- adminIndex → int
-
final
-
bearings
→ List<
int> -
final
-
classes
→ List<
String> ? -
final
- duration → double?
-
final
-
entry
→ List<
bool> -
final
- geometryIndex → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- intersectionIn → int?
-
final
- isUrban → bool?
-
final
-
location
→ List<
double> -
final
- out → int?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- turnDuration → double?
-
final
- turnWeight → double?
-
final
- weight → double?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toRawJson(
) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited