OsrmRouteStep constructor

OsrmRouteStep({
  1. num? distance,
  2. num? duration,
  3. num? weight,
  4. String? name,
  5. String? mode,
  6. OsrmGeometry? geometry,
  7. OsrmStepManeuver? maneuver,
  8. List<OsrmIntersection>? intersections,
  9. OsrmVoiceInstructions? voiceInstructions,
  10. OsrmBannerInstructions? bannerInstructions,
})

Implementation

OsrmRouteStep({
  this.distance,
  this.duration,
  this.weight,
  this.name,
  this.mode,
  this.geometry,
  this.maneuver,
  this.intersections,
  this.voiceInstructions,
  this.bannerInstructions,
});