Uses of Class
software.amazon.awssdk.services.geoplaces.model.ReverseGeocodeRequest
-
Packages that use ReverseGeocodeRequest 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.software.amazon.awssdk.services.geoplaces.transform -
-
Uses of ReverseGeocodeRequest in software.amazon.awssdk.services.geoplaces
Methods in software.amazon.awssdk.services.geoplaces with parameters of type ReverseGeocodeRequest Modifier and Type Method Description default CompletableFuture<ReverseGeocodeResponse>GeoPlacesAsyncClient. reverseGeocode(ReverseGeocodeRequest 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. -
Uses of ReverseGeocodeRequest in software.amazon.awssdk.services.geoplaces.transform
Methods in software.amazon.awssdk.services.geoplaces.transform with parameters of type ReverseGeocodeRequest Modifier and Type Method Description SdkHttpFullRequestReverseGeocodeRequestMarshaller. marshall(ReverseGeocodeRequest reverseGeocodeRequest)
-