Step constructor
const
Step({
- Distance? distance,
- DirectionsDuration? duration,
- GeoCoord? endLocation,
- String? instructions,
- List<
GeoCoord?> ? path, - GeoCoord? startLocation,
- List<
Step> ? steps, - TransitDetails? transit,
- TravelMode? travelMode,
- OverviewPolyline? polyline,
Implementation
const Step({
this.distance,
this.duration,
this.endLocation,
this.instructions,
this.path,
this.startLocation,
this.steps,
this.transit,
this.travelMode,
this.polyline,
});