Uses of Class
com.cercalia.sdk.model.geocoding.PostalCodeCity
Packages that use PostalCodeCity
Package
Description
Geocoding data models.
Core services for interacting with Cercalia APIs.
-
Uses of PostalCodeCity in com.cercalia.sdk.model.geocoding
Methods in com.cercalia.sdk.model.geocoding that return PostalCodeCity -
Uses of PostalCodeCity in com.cercalia.sdk.services
Methods in com.cercalia.sdk.services that return types with arguments of type PostalCodeCityModifier and TypeMethodDescription@NotNull List<PostalCodeCity>GeocodingService.geocodeCitiesByPostalCode(@NotNull String postalCode) Get list of cities related to a postal code (default country: ESP).@NotNull List<PostalCodeCity>GeocodingService.geocodeCitiesByPostalCode(@NotNull String postalCode, @Nullable String countryCode) Get list of cities related to a postal code.@NotNull CompletableFuture<List<PostalCodeCity>>GeocodingService.geocodeCitiesByPostalCodeAsync(@NotNull String postalCode, @Nullable String countryCode) Get list of cities related to a postal code asynchronously.