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
constructor(indexName: String, tags: Map<String, String>? = null)

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.

Functions

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