BMFSuggestAddrInfo constructor

BMFSuggestAddrInfo(
  1. {List<BMFPoiInfo> startPoiList,
  2. List<BMFCityListInfo> startCityList,
  3. List<BMFPoiInfo> endPoiList,
  4. List<BMFCityListInfo> endCityList,
  5. List<List<BMFPoiInfo>> wayPointPoiList,
  6. List<List<BMFCityListInfo>> wayPointCityList}
)

有参构造

Implementation

BMFSuggestAddrInfo(
    {this.startPoiList,
    this.startCityList,
    this.endPoiList,
    this.endCityList,
    this.wayPointPoiList,
    this.wayPointCityList});