BMFPoiCitySearchOption constructor
- {@required String keyword,
- List<
String> tags, - @required String city,
- bool isCityLimit: false,
- BMFPoiSearchScopeType scope: BMFPoiSearchScopeType.BASIC_INFORMATION,
- BMFPoiSearchFilter filter,
- int pageIndex: 0,
- int pageSize: 10}
有参构造
Implementation
BMFPoiCitySearchOption(
{@required this.keyword,
this.tags,
@required this.city,
this.isCityLimit: false,
this.scope: BMFPoiSearchScopeType.BASIC_INFORMATION,
this.filter,
this.pageIndex: 0,
this.pageSize: 10});