Uses of Class
software.amazon.awssdk.services.geoplaces.model.GeocodeResponse
-
Packages that use GeocodeResponse 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 GeocodeResponse in software.amazon.awssdk.services.geoplaces
Methods in software.amazon.awssdk.services.geoplaces that return GeocodeResponse Modifier and Type Method Description default GeocodeResponseGeoPlacesClient. geocode(Consumer<GeocodeRequest.Builder> geocodeRequest)TheGeocodeaction allows you to obtain coordinates, addresses, and other information about places.default GeocodeResponseGeoPlacesClient. geocode(GeocodeRequest geocodeRequest)TheGeocodeaction allows you to obtain coordinates, addresses, and other information about places.Methods in software.amazon.awssdk.services.geoplaces that return types with arguments of type GeocodeResponse Modifier and Type Method Description default CompletableFuture<GeocodeResponse>GeoPlacesAsyncClient. geocode(Consumer<GeocodeRequest.Builder> geocodeRequest)TheGeocodeaction allows you to obtain coordinates, addresses, and other information about places.default CompletableFuture<GeocodeResponse>GeoPlacesAsyncClient. geocode(GeocodeRequest geocodeRequest)TheGeocodeaction allows you to obtain coordinates, addresses, and other information about places.
-