findAutocompletePrediction
fun PlacesClient.findAutocompletePrediction(actions: FindAutocompletePredictionsRequest.Builder.() -> Unit): Single<FindAutocompletePredictionsResponse>
Content copied to clipboard
Finds autocomplete predictions and emits the results in a Single.
Return
a Single emitting the response
Parameters
actions
actions to be applied to the FindAutocompletePredictionsRequest.Builder