Uses of Class
com.cercalia.sdk.model.suggest.SuggestOptions
Packages that use SuggestOptions
Package
Description
Suggest and autocomplete data models.
Core services for interacting with Cercalia APIs.
-
Uses of SuggestOptions in com.cercalia.sdk.model.suggest
Methods in com.cercalia.sdk.model.suggest that return SuggestOptions -
Uses of SuggestOptions in com.cercalia.sdk.services
Methods in com.cercalia.sdk.services with parameters of type SuggestOptionsModifier and TypeMethodDescription@NotNull List<SuggestResult>SuggestService.search(@NotNull SuggestOptions options) Search for address/POI suggestions based on partial text input.@NotNull CompletableFuture<List<SuggestResult>>SuggestService.searchAsync(@NotNull SuggestOptions options) Search for address/POI suggestions asynchronously.