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 |
withMapCodes(java.util.Set<MapCodeType> mapCodes)
Enables the return of mapcodes.
|
IGeometrySearchQuery |
withOpeningHours(OpeningHoursMode openingHours)
When used includes a list of opening hours for a POI (Points of Interest).
|
IGeometrySearchQuery |
withTimeZone(TimeZoneType timeZone)
When used includes POIs' time zones.
|
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.@NonNull IGeometrySearchQuery withOpeningHours(OpeningHoursMode openingHours)
openingHours
- The opening hours scope.@NonNull IGeometrySearchQuery withMapCodes(java.util.Set<MapCodeType> mapCodes)
mapCodes
- The enum type indicating supported MapCodes.@NonNull IGeometrySearchQuery withTimeZone(TimeZoneType timeZone)
timeZone
- The enum indicating the type of the time zone.