Uses of Class
software.amazon.awssdk.services.geoplaces.model.ReverseGeocodeResponse
-
Packages that use ReverseGeocodeResponse Package Description software.amazon.awssdk.services.geoplaces The Places API enables powerful location search and geocoding capabilities for your applications, offering global coverage with rich, detailed information. -
-
Uses of ReverseGeocodeResponse in software.amazon.awssdk.services.geoplaces
Methods in software.amazon.awssdk.services.geoplaces that return ReverseGeocodeResponse Modifier and Type Method Description default ReverseGeocodeResponseGeoPlacesClient. reverseGeocode(Consumer<ReverseGeocodeRequest.Builder> reverseGeocodeRequest)TheReverseGeocodeoperation allows you to retrieve addresses and place information from coordinates.default ReverseGeocodeResponseGeoPlacesClient. reverseGeocode(ReverseGeocodeRequest reverseGeocodeRequest)TheReverseGeocodeoperation allows you to retrieve addresses and place information from coordinates.Methods in software.amazon.awssdk.services.geoplaces that return types with arguments of type ReverseGeocodeResponse Modifier and Type Method Description default CompletableFuture<ReverseGeocodeResponse>GeoPlacesAsyncClient. reverseGeocode(Consumer<ReverseGeocodeRequest.Builder> reverseGeocodeRequest)TheReverseGeocodeoperation allows you to retrieve addresses and place information from coordinates.default CompletableFuture<ReverseGeocodeResponse>GeoPlacesAsyncClient. reverseGeocode(ReverseGeocodeRequest reverseGeocodeRequest)TheReverseGeocodeoperation allows you to retrieve addresses and place information from coordinates.
-