BMFPoiNearbySearchOption constructor

BMFPoiNearbySearchOption(
  1. {@required List<String> keywords,
  2. List<String> tags,
  3. @required BMFCoordinate location,
  4. int radius,
  5. bool isRadiusLimit: false,
  6. BMFPoiSearchScopeType scope: BMFPoiSearchScopeType.BASIC_INFORMATION,
  7. BMFPoiSearchFilter filter,
  8. int pageIndex: 0,
  9. 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});