BMFIndoorRoutePlanOption constructor

BMFIndoorRoutePlanOption(
  1. {@required BMFIndoorPlanNode from,
  2. @required BMFIndoorPlanNode to}
)

有参构造

Implementation

BMFIndoorRoutePlanOption({@required this.from, @required this.to});