BMFRidingRoutePlanOption constructor
- {@required BMFPlanNode from,
- @required BMFPlanNode to,
- int ridingType: 0}
有参构造
Implementation
BMFRidingRoutePlanOption(
{@required BMFPlanNode from,
@required BMFPlanNode to,
this.ridingType: 0})
: super(from: from, to: to);