BMFPoiSearchResult constructor
- {int? totalPageNum,
- int? curPageIndex,
- int? totalPOINum,
- int? curPOINum,
- List<
BMFPoiInfo> ? poiInfoList}
BMFPoiSearchResult构造方法
Implementation
BMFPoiSearchResult({
this.totalPageNum,
this.curPageIndex,
this.totalPOINum,
this.curPOINum,
this.poiInfoList,
});