DirectionsRoute constructor

const DirectionsRoute({
  1. GeoCoordBounds? bounds,
  2. String? copyrights,
  3. List<Leg>? legs,
  4. OverviewPolyline? overviewPolyline,
  5. String? summary,
  6. List<String?>? warnings,
  7. List<num?>? waypointOrder,
  8. Fare? fare,
})

Implementation

const DirectionsRoute({
  this.bounds,
  this.copyrights,
  this.legs,
  this.overviewPolyline,
  this.summary,
  this.warnings,
  this.waypointOrder,
  this.fare,
});