public interface IGeometrySearchQuery
| Modifier and Type | Method and Description |
|---|---|
IGeometrySearchQuery |
withExtendedPostalCodesFor(java.lang.String extendedPostalCodesFor)
Indexes for which extended postal codes 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)
Language in which search results should be returned.
|
IGeometrySearchQuery |
withLimit(java.lang.Integer limit)
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 - maximum number of responses that will be returned.@NonNull IGeometrySearchQuery withTypeAhead(java.lang.Boolean typeahead)
typeahead - predictive mode.@NonNull IGeometrySearchQuery withLanguage(java.lang.String language)
language - language in which search results should be returned.@NonNull IGeometrySearchQuery withExtendedPostalCodesFor(java.lang.String extendedPostalCodesFor)
extendedPostalCodesFor - indexes for which extended postal codes should be included in the results.@NonNull IGeometrySearchQuery withIdxSet(java.lang.String idxSet)
idxSet - indexes to utilize for the search.