Uses of Class
software.amazon.awssdk.services.location.model.SearchForPositionResult
-
Packages that use SearchForPositionResult Package Description software.amazon.awssdk.services.location.model -
-
Uses of SearchForPositionResult in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return types with arguments of type SearchForPositionResult Modifier and Type Method Description List<SearchForPositionResult>SearchPlaceIndexForPositionResponse. results()Returns a list of Places closest to the specified position.Methods in software.amazon.awssdk.services.location.model with parameters of type SearchForPositionResult Modifier and Type Method Description SearchPlaceIndexForPositionResponse.BuilderSearchPlaceIndexForPositionResponse.Builder. results(SearchForPositionResult... results)Returns a list of Places closest to the specified position.Method parameters in software.amazon.awssdk.services.location.model with type arguments of type SearchForPositionResult Modifier and Type Method Description SearchPlaceIndexForPositionResponse.BuilderSearchPlaceIndexForPositionResponse.Builder. results(Collection<SearchForPositionResult> results)Returns a list of Places closest to the specified position.
-