OsrmIntersection constructor

OsrmIntersection({
  1. OsrmCoordinate? location,
  2. List<num>? bearings,
  3. List<bool>? entry,
  4. num? in_,
  5. num? out,
  6. List<OsrmLane>? lanes,
})

Implementation

OsrmIntersection({
  this.location,
  this.bearings,
  this.entry,
  this.in_,
  this.out,
  this.lanes,
});