Uses of Class
software.amazon.awssdk.services.geoplaces.model.GeocodeRequest
-
Packages that use GeocodeRequest 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 GeocodeRequest in software.amazon.awssdk.services.geoplaces
Methods in software.amazon.awssdk.services.geoplaces with parameters of type GeocodeRequest Modifier and Type Method Description default CompletableFuture<GeocodeResponse>GeoPlacesAsyncClient. geocode(GeocodeRequest 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. -
Uses of GeocodeRequest in software.amazon.awssdk.services.geoplaces.transform
Methods in software.amazon.awssdk.services.geoplaces.transform with parameters of type GeocodeRequest Modifier and Type Method Description SdkHttpFullRequestGeocodeRequestMarshaller. marshall(GeocodeRequest geocodeRequest)
-