public interface GeometrySearchQuery
extends com.tomtom.online.sdk.common.jni.NativeObject
Modifier and Type | Method and Description |
---|---|
GeometrySearchQuery |
withExtendedPostalCodesFor(java.lang.String extendedPostalCodesFor)
Indexes for which extended postal codes should be included in the results.
|
GeometrySearchQuery |
withIdxSet(java.lang.String idxSet)
The "idxSet" parameter allows for fine tuning L2 by specifying which indexes to utilize for the search.
|
GeometrySearchQuery |
withLanguage(java.lang.String language)
Language in which search results should be returned.
|
GeometrySearchQuery |
withLimit(int limit)
Maximum number of responses that will be returned.
|
GeometrySearchQuery |
withTypeAhead(boolean typeahead)
If the "typeahead" flag is set, the query will be interpreted as a partial input and the search will
enter predictive mode.
|
GeometrySearchQuery withLimit(int limit)
limit
- maximum number of responses that will be returned.GeometrySearchQuery withTypeAhead(boolean typeahead)
typeahead
- predictive mode.GeometrySearchQuery withLanguage(java.lang.String language)
language
- language in which search results should be returned.GeometrySearchQuery withExtendedPostalCodesFor(java.lang.String extendedPostalCodesFor)
extendedPostalCodesFor
- indexes for which extended postal codes should be included in the results.GeometrySearchQuery withIdxSet(java.lang.String idxSet)
idxSet
- indexes to utilize for the search.