Uses of Class
com.cercalia.sdk.model.reversegeocoding.ReverseGeocodeOptions
Packages that use ReverseGeocodeOptions
Package
Description
Reverse geocoding data models.
Core services for interacting with Cercalia APIs.
-
Uses of ReverseGeocodeOptions in com.cercalia.sdk.model.reversegeocoding
Methods in com.cercalia.sdk.model.reversegeocoding that return ReverseGeocodeOptions -
Uses of ReverseGeocodeOptions in com.cercalia.sdk.services
Methods in com.cercalia.sdk.services with parameters of type ReverseGeocodeOptionsModifier and TypeMethodDescription@Nullable ReverseGeocodeResultReverseGeocodingService.reverseGeocode(@NotNull Coordinate coord, @Nullable ReverseGeocodeOptions options) Reverse geocode a coordinate to get address information.@NotNull CompletableFuture<ReverseGeocodeResult>ReverseGeocodingService.reverseGeocodeAsync(@NotNull Coordinate coord, @Nullable ReverseGeocodeOptions options) Reverse geocode a coordinate asynchronously.@NotNull List<ReverseGeocodeResult>ReverseGeocodingService.reverseGeocodeBatch(@NotNull List<Coordinate> coords, @Nullable ReverseGeocodeOptions options) Reverse geocode multiple coordinates in a single request (max 100).@NotNull CompletableFuture<List<ReverseGeocodeResult>>ReverseGeocodingService.reverseGeocodeBatchAsync(@NotNull List<Coordinate> coords, @Nullable ReverseGeocodeOptions options) Reverse geocode multiple coordinates asynchronously.