findAutocompletePrediction

fun PlacesClient.findAutocompletePrediction(actions: FindAutocompletePredictionsRequest.Builder.() -> Unit): Single<FindAutocompletePredictionsResponse>

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