Above

data class Above(val layerId: String) : Anchor(source)

Layer(s) are anchored above the layer (i.e. in front of it) with the given layerId from the base map style. See Anchor.Companion.Above to use this in the layers composition.

Constructors

Link copied to clipboard
constructor(layerId: String)

Properties

Link copied to clipboard