BMFRoutePlanShareURLOption constructor
- {BMFPlanNode? from,
- BMFPlanNode? to,
- BMFRoutePlanShareURLType? routePlanType,
- int? cityID,
- int? routeIndex}
有参构造
Implementation
BMFRoutePlanShareURLOption({
this.from,
this.to,
this.routePlanType,
this.cityID,
this.routeIndex,
});