GetMapPlainArgs

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

A collection of arguments for invoking getMap.

Constructors

Link copied to clipboard
constructor(mapName: String, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

Name of the map resource.

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

Key-value map of resource tags for the map.

Functions

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