BMFPoiBoundSearchOption constructor

BMFPoiBoundSearchOption(
  1. {@required List<String> keywords,
  2. List<String> tags,
  3. @required BMFCoordinate leftBottom,
  4. @required BMFCoordinate rightTop,
  5. BMFPoiSearchScopeType scope: BMFPoiSearchScopeType.BASIC_INFORMATION,
  6. BMFPoiSearchFilter filter,
  7. int pageIndex: 0,
  8. int pageSize: 10}
)

有参构造

Implementation

BMFPoiBoundSearchOption(
    {@required this.keywords,
    this.tags,
    @required this.leftBottom,
    @required this.rightTop,
    this.scope: BMFPoiSearchScopeType.BASIC_INFORMATION,
    this.filter,
    this.pageIndex: 0,
    this.pageSize: 10});