OptionalcancelAn optional cancel token from a support/Cancellable!Cancellable that can be used to cancel the search.
OptionalcurrentIndicates the current scale of the supplied search area. If not provided the search area is limited to the initial search area.
OptionalinitialInitial search area. If possible the search area will be expanded until the maximum number of results are fulfilled.
OptionallocaleThe user's locale. Affects how numbers and other locale-specific values in the search text are interpreted. If not specified, the current global locale is used (see "locale" module).
OptionalmaxThe maximum allowable offset used for generalizing geometries returned by the query operation.
OptionalmaxThe maximum number of results to return from a query.
OptionalmaxThe maximum number of results to return.
OptionalmaxThe maximum number of suggestions to return when performing a suggest operation.
OptionalnearIf specified, this will influence the score of spatial features based on their proximity to this point. Most commonly this would be the user's current location, but can be any point of interest. This option requires spatialFilter to also be specified.
OptionalonAn optional callback that will be invoked with additional information about the tasks's result for each source.
OptionaloutThe spatial reference for the returned geometry.
OptionalreturnWhether geometry for features should be returned.
OptionaltokenizeIndicates if the search string should be tokenized (in supported search providers). Tokenization of the search term will provide broader results including partial matches that may not be desirable in all scenarios. Defaults to 'true'.
Options that can be passed into tasks/search/SearchService!SearchService.search.