public interface IGeometrySearchQuery
Modifier and Type | Method and Description |
---|---|
IGeometrySearchQuery |
withExtendedPostalCodesFor(java.lang.String extendedPostalCodesFor)
Indexes for extended postal codes that should be included in the results.
|
IGeometrySearchQuery |
withIdxSet(java.lang.String idxSet)
The "idxSet" parameter allows for fine tuning L2 by specifying which indexes to utilize for the search.
|
IGeometrySearchQuery |
withLanguage(java.lang.String language)
The language in which search results should be returned.
|
IGeometrySearchQuery |
withLimit(java.lang.Integer limit)
The maximum number of responses that will be returned.
|
IGeometrySearchQuery |
withTypeAhead(java.lang.Boolean typeahead)
If the "typeahead" flag is set, the query will be interpreted as a partial input and the search will
enter predictive mode.
|
@NonNull IGeometrySearchQuery withLimit(java.lang.Integer limit)
limit
- The maximum number of responses that will be returned.@NonNull IGeometrySearchQuery withTypeAhead(java.lang.Boolean typeahead)
typeahead
- The predictive mode.@NonNull IGeometrySearchQuery withLanguage(java.lang.String language)
language
- The language in which search results should be returned.@NonNull IGeometrySearchQuery withExtendedPostalCodesFor(java.lang.String extendedPostalCodesFor)
extendedPostalCodesFor
- Indexes for extended postal codes that should be included in the results.@NonNull IGeometrySearchQuery withIdxSet(java.lang.String idxSet)
idxSet
- Indexes to utilize for the search.