BMFMassTransitSubStep constructor
BMFMassTransitSubStep(- {int? distance,
- int? duration,
- List<BMFCoordinate>? points,
- int? pointsCount,
- String? name,
- BMFCoordinate? entraceCoor,
- BMFCoordinate? exitCoor,
- String? instructions,
- BMFMassTransitType? stepType,
- BMFBaseVehicleInfo? vehicleInfo,
- List<BMFTrafficCondition>? trafficConditions}
)
Implementation
BMFMassTransitSubStep({
int? distance,
int? duration,
List<BMFCoordinate>? points,
int? pointsCount,
String? name,
this.entraceCoor,
this.exitCoor,
this.instructions,
this.stepType,
this.vehicleInfo,
this.trafficConditions,
}) : super(
distance: distance,
duration: duration,
points: points,
pointsCount: pointsCount,
name: name,
);