GetPlaceIndexPlainArgs

data class GetPlaceIndexPlainArgs(val indexName: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetPlaceIndexPlainArgs>

A collection of arguments for invoking getPlaceIndex.

Constructors

Link copied to clipboard
fun GetPlaceIndexPlainArgs(indexName: String, tags: Map<String, String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GetPlaceIndexPlainArgs

Properties

Link copied to clipboard

Name of the place index resource.

Link copied to clipboard
val tags: Map<String, String>? = null

Key-value map of resource tags for the place index.