autocomplete Prediction
fun autocompletePrediction(placeId: String, actions: AutocompletePrediction.Builder.() -> Unit? = null): AutocompletePrediction
Deprecated
Use the version in the Places SDK instead.
Replace with
import com.google.android.libraries.places.api.model.kotlin.autocompletePrediction
Content copied to clipboard
autocompletePrediction(placeId, actions)Content copied to clipboard
Builds a new AutocompletePrediction.
Return
the constructed AutocompletePrediction
Parameters
place Id
the place's ID
actions
the actions to apply to the AutocompletePrediction.Builder