BMFRoutePlanShareURLOption constructor

BMFRoutePlanShareURLOption(
  1. {BMFPlanNode from,
  2. BMFPlanNode to,
  3. BMFRoutePlanShareURLType routePlanType,
  4. int cityID,
  5. int routeIndex}
)

有参构造

Implementation

BMFRoutePlanShareURLOption(
    {this.from, this.to, this.routePlanType, this.cityID, this.routeIndex});