SearchOptions constructor

const SearchOptions({
  1. SearchType searchTypes = search_data_types.SearchType.None,
  2. int? resultPageSize,
  3. SearchSnippet snippets = search_data_types.SearchSnippet.None,
  4. Point? userPosition,
  5. String? origin,
  6. bool geometry = false,
  7. bool disableSpellingCorrection = false,
  8. 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,
});