GroupLayer

constructor(layers: Iterable<Layer> = mutableListOf())

Creates a group layer object with child layers.

Since

200.1.0

Parameters

layers

A MutableList of layers to combine into a group layer.

See also