BMFSuggestionSearchOption constructor
BMFSuggestionSearchOption({
- String? keyword,
- String? cityname,
- BMFCoordinate? location,
- bool? cityLimit = false,
有参构造
Implementation
BMFSuggestionSearchOption({
this.keyword,
this.cityname,
this.location,
this.cityLimit = false,
});