BMFPoiIndoorSearchResult constructor
- {int totalPOINum,
- int totalPageNum,
- int curPOINum,
- int curPageIndex,
- List<
BMFPoiIndoorInfo> poiIndoorInfoList}
有参构造
Implementation
BMFPoiIndoorSearchResult(
{this.totalPOINum,
this.totalPageNum,
this.curPOINum,
this.curPageIndex,
this.poiIndoorInfoList});