public class FuzzySearchQuery
extends com.tomtom.online.sdk.common.jni.BaseRequestQuery
FuzzySearchQuery
.Constructor and Description |
---|
FuzzySearchQuery(java.lang.String term,
java.lang.Integer limit,
java.lang.Integer offset,
LatLng position,
com.tomtom.online.sdk.common.location.LatLngAcc preciseness,
java.lang.String country,
java.lang.String extendedPostalCodes,
java.lang.String idx,
com.tomtom.online.sdk.common.location.BoundingBox boundingBox,
java.lang.Boolean typeAhead,
java.lang.Boolean category,
java.lang.String brandSet,
java.lang.String language,
java.lang.String evConnectorSet,
java.lang.Integer minFuzzyLevel,
java.lang.Integer maxFuzzyLevel,
java.lang.String geopoliticalView)
Creates instance of a query with defined parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
long |
getNativeHandle() |
long |
prepare() |
public FuzzySearchQuery(java.lang.String term, java.lang.Integer limit, java.lang.Integer offset, LatLng position, com.tomtom.online.sdk.common.location.LatLngAcc preciseness, java.lang.String country, java.lang.String extendedPostalCodes, java.lang.String idx, com.tomtom.online.sdk.common.location.BoundingBox boundingBox, java.lang.Boolean typeAhead, java.lang.Boolean category, java.lang.String brandSet, java.lang.String language, java.lang.String evConnectorSet, java.lang.Integer minFuzzyLevel, java.lang.Integer maxFuzzyLevel, java.lang.String geopoliticalView)
IFuzzySearchQuery
interface.term
- The searched term.limit
- The maximum number of search results that will be returned.offset
- The starting offset of the returned results within the full result set.position
- The position where results should be biased.preciseness
- The position where results should be biased.
The radius parameter is specified in meters.country
- A comma-separated string of country codes (e.g., FR,ES).
This will limit the search to the specified countries.extendedPostalCodes
- Indexes for which extended postal codes should be included in the results.idx
- A comma-separated list of indexes which should be utilized for the search.boundingBox
- The bounding box for the search.typeAhead
- If this flag is set to true, the query will be interpreted as a partial input and the search will enter predictive mode.category
- Determines whether the category search is enabled.brandSet
- A comma-separated list of brand names which could be used to restrict the result to Points Of Interest of specific brands.language
- The language in which search results should be returned. Should be one of the supported IETF language tags.evConnectorSet
- A comma-separated list of connector types which could be used to restrict the result to Points Of Interest
of type Electric Vehicle Station, supporting specific connector types.minFuzzyLevel
- The minimum fuzzyness level to be used. The default value is 1. The maximum value is 4.maxFuzzyLevel
- The maximum fuzzyness level to be used. The default value is 2. The maximum value is 4.geopoliticalView
- Defines what kind of geopolitical view should be used.