BMFSuggestAddrInfo constructor
- {List<
BMFPoiInfo> ? startPoiList, - List<
BMFCityListInfo> ? startCityList, - List<
BMFPoiInfo> ? endPoiList, - List<
BMFCityListInfo> ? endCityList, - List<
List< ? wayPointPoiList,BMFPoiInfo> > - List<
List< ? wayPointCityList}BMFCityListInfo> >
有参构造
Implementation
BMFSuggestAddrInfo({
this.startPoiList,
this.startCityList,
this.endPoiList,
this.endCityList,
this.wayPointPoiList,
this.wayPointCityList,
});