Uses of Class
com.cercalia.sdk.model.suggest.SuggestGeocodeResult
Packages that use SuggestGeocodeResult
Package
Description
Suggest and autocomplete data models.
Core services for interacting with Cercalia APIs.
-
Uses of SuggestGeocodeResult in com.cercalia.sdk.model.suggest
Methods in com.cercalia.sdk.model.suggest that return SuggestGeocodeResult -
Uses of SuggestGeocodeResult in com.cercalia.sdk.services
Methods in com.cercalia.sdk.services that return SuggestGeocodeResultModifier and TypeMethodDescription@Nullable SuggestGeocodeResultSuggestService.findAndGeocode(@NotNull String text, @Nullable String countryCode, @Nullable String streetNumber) Combined search and geocode - finds and geocodes the best match.@NotNull SuggestGeocodeResultSuggestService.geocode(@NotNull SuggestGeocodeOptions options) Geocode a suggestion to get precise coordinates.Methods in com.cercalia.sdk.services that return types with arguments of type SuggestGeocodeResultModifier and TypeMethodDescription@NotNull CompletableFuture<SuggestGeocodeResult>SuggestService.findAndGeocodeAsync(@NotNull String text, @Nullable String countryCode, @Nullable String streetNumber) Combined search and geocode asynchronously.@NotNull CompletableFuture<SuggestGeocodeResult>SuggestService.geocodeAsync(@NotNull SuggestGeocodeOptions options) Geocode a suggestion asynchronously.