BMFMassTransitRouteResult constructor
- {BMFSuggestAddrInfo suggestAddrResult,
- List<
BMFMassTransitRouteLine> routes, - int totalRoutes,
- BMFTaxiInfo taxiInfo,
- BMFPlanNode origin,
- BMFPlanNode destination}
有参构造
Implementation
BMFMassTransitRouteResult(
{this.suggestAddrResult,
this.routes,
this.totalRoutes,
this.taxiInfo,
this.origin,
this.destination});