OsrmRouteStep constructor
OsrmRouteStep({
- num? distance,
- num? duration,
- num? weight,
- String? name,
- String? mode,
- OsrmGeometry? geometry,
- OsrmStepManeuver? maneuver,
- List<
OsrmIntersection> ? intersections, - OsrmVoiceInstructions? voiceInstructions,
- OsrmBannerInstructions? bannerInstructions,
Implementation
OsrmRouteStep({
this.distance,
this.duration,
this.weight,
this.name,
this.mode,
this.geometry,
this.maneuver,
this.intersections,
this.voiceInstructions,
this.bannerInstructions,
});