autocompletePrediction

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
autocompletePrediction(placeId, actions)

Builds a new AutocompletePrediction.

Return

the constructed AutocompletePrediction

Parameters

placeId

the place's ID

actions

the actions to apply to the AutocompletePrediction.Builder