findAutocompletePredictionsRequest

fun findAutocompletePredictionsRequest(actions: FindAutocompletePredictionsRequest.Builder.() -> Unit): FindAutocompletePredictionsRequest

Deprecated

Use the version in the Places SDK instead.

Replace with

import com.google.android.libraries.places.api.net.kotlin.findAutocompletePredictionsRequest
findAutocompletePredictionsRequest(actions)

Builds a new FindAutocompletePredictionsRequest.

Return

the constructed FindAutocompletePredictionsRequest

Parameters

actions

the actions to apply to the FindAutocompletePredictionsRequest.Builder