Tiles

class Tiles(val value: Array<String>) : BaseProperty<Array<String>> , RasterSourceProperty<Array<String>>

Parameters

value

tiles

Constructors

Link copied to clipboard
constructor(value: Array<String>)

Properties

Link copied to clipboard
open override val key: String

Layer 속성 키

Link copied to clipboard
open override val value: Array<String>