SearchOptions constructor
const
SearchOptions({
- SearchType searchTypes = search_data_types.SearchType.None,
- int? resultPageSize,
- SearchSnippet snippets = search_data_types.SearchSnippet.None,
- Point? userPosition,
- String? origin,
- bool geometry = false,
- bool disableSpellingCorrection = false,
- SearchFilterCollection? filters,
Implementation
const SearchOptions({
this.searchTypes = search_data_types.SearchType.None,
this.resultPageSize,
this.snippets = search_data_types.SearchSnippet.None,
this.userPosition,
this.origin,
this.geometry = false,
this.disableSpellingCorrection = false,
this.filters,
});