place

inline fun place(actions: Place.Builder.() -> Unit): Place

Deprecated

Use the version in the Places SDK instead.

Replace with

import com.google.android.libraries.places.api.model.kotlin.place
place(actions)

Builds a new Place.

Return

the constructed Place

Parameters

actions

the actions to apply to the Place.Builder