Uses of Class
software.amazon.awssdk.services.location.model.SearchPlaceIndexForPositionResponse
-
Packages that use SearchPlaceIndexForPositionResponse Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing" -
-
Uses of SearchPlaceIndexForPositionResponse in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location that return SearchPlaceIndexForPositionResponse Modifier and Type Method Description default SearchPlaceIndexForPositionResponseLocationClient. searchPlaceIndexForPosition(Consumer<SearchPlaceIndexForPositionRequest.Builder> searchPlaceIndexForPositionRequest)Reverse geocodes a given coordinate and returns a legible address.default SearchPlaceIndexForPositionResponseLocationClient. searchPlaceIndexForPosition(SearchPlaceIndexForPositionRequest searchPlaceIndexForPositionRequest)Reverse geocodes a given coordinate and returns a legible address.Methods in software.amazon.awssdk.services.location that return types with arguments of type SearchPlaceIndexForPositionResponse Modifier and Type Method Description default CompletableFuture<SearchPlaceIndexForPositionResponse>LocationAsyncClient. searchPlaceIndexForPosition(Consumer<SearchPlaceIndexForPositionRequest.Builder> searchPlaceIndexForPositionRequest)Reverse geocodes a given coordinate and returns a legible address.default CompletableFuture<SearchPlaceIndexForPositionResponse>LocationAsyncClient. searchPlaceIndexForPosition(SearchPlaceIndexForPositionRequest searchPlaceIndexForPositionRequest)Reverse geocodes a given coordinate and returns a legible address.
-