Default constructor.
SuggestParameters::SuggestParameters(const Esri::ArcGISRuntime::SuggestParameters &other)Copy constructor from other SuggestParameters.
[noexcept]
SuggestParameters::SuggestParameters(Esri::ArcGISRuntime::SuggestParameters &&other)
Move constructor from other SuggestParameters.
[noexcept]
SuggestParameters::~SuggestParameters()
Destructor.
QStringList SuggestParameters::categories() constReturns the list of categories used for suggestions.
See also setCategories().
QString SuggestParameters::countryCode() constReturns the country code used for suggestions.
See also setCountryCode().
int SuggestParameters::maxResults() constReturns the maximum results to be returned by a suggestion.
Determines the maximum number of returned suggestions. Supported value from interval [1..15], 5 by default.
See also setMaxResults().
Esri::ArcGISRuntime::Point SuggestParameters::preferredSearchLocation() constReturns the preferred search location of a suggestion.
See also setPreferredSearchLocation().
Esri::ArcGISRuntime::Geometry SuggestParameters::searchArea() constReturns the search area of a suggestion.
For example, you may want to only search for addresses that are inside of the map view's currently visible extent.
See also setSearchArea().
void SuggestParameters::setCategories(const QStringList &categories)Sets the list of categories used for suggestions.
The category parameter limits the types of places for which the service searches, thus eliminating false positive matches and potentially speeding up the search process. You can specify categories by different levels of detail. For example, if you were searching for somewhere to eat, you could specify the category as "Korean Food" for something specific, "Food" for something more generic, or even "POI" for something very generic.
Note: Categories are currently not supported with local locators. However, a gazateer-style locator could be used instead to get a similar output.
See also categories() and Category filtering.
void SuggestParameters::setCountryCode(const QString &countryCode)Sets the country code used for suggestions to countryCode.
Examples of country codes include CN
for China, IS
for Iceland, and US
for The United States.
See also countryCode() and Geocoding Country Codes.
void SuggestParameters::setMaxResults(int maxResults)Sets the maxResults to be returned by a suggestion.
See also maxResults().
void SuggestParameters::setPreferredSearchLocation(const Esri::ArcGISRuntime::Point &preferredSearchLocation)Sets the preferred search location of a suggestion to preferredSearchLocation.
The search operation can sort result items by their proximity to a preferred search location, such as the user's current location. The priority of the items within 50,000 meters of this location are boosted relative to items that are farther away.
For example, when searching by name for a business with many locations in the area, there will be many matched items even when a search area is specified. The user would have to look through the items to find the closest store. When the preferred search location is set to the user's current location, the locator can prioritize the items based on proximity to the user.
By default, no preferred search location is set.
See also preferredSearchLocation().
void SuggestParameters::setSearchArea(const Esri::ArcGISRuntime::Geometry &searchArea)Sets the searchArea of a suggestion.
See also searchArea().
[noexcept]
Esri::ArcGISRuntime::SuggestParameters &SuggestParameters::operator=(Esri::ArcGISRuntime::SuggestParameters &&other)
Move operator from other SuggestParameters.
Esri::ArcGISRuntime::SuggestParameters &SuggestParameters::operator=(const Esri::ArcGISRuntime::SuggestParameters &other)Assignment operator from other SuggestParameters.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4