DrawRouting constructor

DrawRouting({
  1. String? type,
  2. List<num>? bbox,
  3. List<Feature>? features,
  4. Metadata? metadata,
})

Implementation

DrawRouting({
  this.type,
  this.bbox,
  this.features,
  this.metadata,
});