BMFRidingRoutePlanOption constructor
- {required BMFPlanNode from,
- required BMFPlanNode to,
- int? ridingType = 0,
- List<
BMFPlanNode> ? wayPointsArray, - int? roadPrefer = 0}
有参构造
Implementation
BMFRidingRoutePlanOption({
required BMFPlanNode from,
required BMFPlanNode to,
this.ridingType = 0,
this.wayPointsArray,
this.roadPrefer = 0,
}) : super(from: from, to: to);