Intersection constructor

Intersection({
  1. List<bool>? entry,
  2. List<int>? bearings,
  3. double? duration,
  4. MapboxStreetsV8? mapboxStreetsV8,
  5. bool? isUrban,
  6. int? adminIndex,
  7. int? out,
  8. double? weight,
  9. int? geometryIndex,
  10. List<double>? location,
  11. int? intersectionIn,
  12. double? turnWeight,
  13. double? turnDuration,
  14. bool? trafficSignal,
  15. List<Lane>? lanes,
})

Implementation

Intersection({
  this.entry,
  this.bearings,
  this.duration,
  this.mapboxStreetsV8,
  this.isUrban,
  this.adminIndex,
  this.out,
  this.weight,
  this.geometryIndex,
  this.location,
  this.intersectionIn,
  this.turnWeight,
  this.turnDuration,
  this.trafficSignal,
  this.lanes,
});