BMFPoiNearbySearchOption constructor
- {@required List<
String> keywords, - List<
String> tags, - @required BMFCoordinate location,
- int radius,
- bool isRadiusLimit: false,
- BMFPoiSearchScopeType scope: BMFPoiSearchScopeType.BASIC_INFORMATION,
- BMFPoiSearchFilter filter,
- int pageIndex: 0,
- int pageSize: 10}
有参构造
Implementation
BMFPoiNearbySearchOption(
{@required this.keywords,
this.tags,
@required this.location,
this.radius,
this.isRadiusLimit: false,
this.scope: BMFPoiSearchScopeType.BASIC_INFORMATION,
this.filter,
this.pageIndex: 0,
this.pageSize: 10});