BMFPoiBoundSearchOption constructor
- {@required List<
String> keywords, - List<
String> tags, - @required BMFCoordinate leftBottom,
- @required BMFCoordinate rightTop,
- BMFPoiSearchScopeType scope: BMFPoiSearchScopeType.BASIC_INFORMATION,
- BMFPoiSearchFilter filter,
- int pageIndex: 0,
- 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});