customLayers

@JvmName(name = "xbwirketaxjdwufp")
suspend fun customLayers(value: Output<List<String>>)
@JvmName(name = "kwigoiwtkamgxyva")
suspend fun customLayers(value: List<String>?)

Parameters

value

Specifies the custom layers for the style. Leave unset to not enable any custom layer, or, for styles that support custom layers, you can enable layer(s), such as the POI layer for the VectorEsriNavigation style.

Currenlty only VectorEsriNavigation supports CustomLayers. For more information, see Custom Layers .


@JvmName(name = "iqdfywodbtdecilw")
suspend fun customLayers(vararg values: Output<String>)


@JvmName(name = "cepuvgkykeforqdh")
suspend fun customLayers(values: List<Output<String>>)
@JvmName(name = "arcdrwtrnhfngrrh")
suspend fun customLayers(vararg values: String)

Parameters

values

Specifies the custom layers for the style. Leave unset to not enable any custom layer, or, for styles that support custom layers, you can enable layer(s), such as the POI layer for the VectorEsriNavigation style.

Currenlty only VectorEsriNavigation supports CustomLayers. For more information, see Custom Layers .