MapConfigurationArgs

data class MapConfigurationArgs(val customLayers: Output<List<String>>? = null, val politicalView: Output<String>? = null, val style: Output<String>) : ConvertibleToJava<MapConfigurationArgs>

Constructors

Link copied to clipboard
constructor(customLayers: Output<List<String>>? = null, politicalView: Output<String>? = null, style: Output<String>)

Properties

Link copied to clipboard
val customLayers: Output<List<String>>? = null

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.

Link copied to clipboard
val politicalView: Output<String>? = null

Specifies the map political view selected from an available data provider.

Link copied to clipboard
val style: Output<String>

Specifies the map style selected from an available data provider. Valid Esri map styles :

Functions

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