BMFPoiIndoorSearchOption constructor

BMFPoiIndoorSearchOption(
  1. {@required String indoorID,
  2. @required String keyword,
  3. String floor,
  4. int pageIndex: 0,
  5. int pageSize: 10}
)

有参构造

Implementation

BMFPoiIndoorSearchOption(
    {@required this.indoorID,
    @required this.keyword,
    this.floor,
    this.pageIndex: 0,
    this.pageSize: 10});