plusCode

inline fun plusCode(actions: PlusCode.Builder.() -> Unit): PlusCode

Deprecated

Use the version in the Places SDK instead.

Replace with

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

Builds a new PlusCode.

Return

the constructed PlusCode

Parameters

actions

the actions to apply to the PlusCode.Builder