ConstructorOptions

sealed interface ConstructorOptions(source)

Properties

Link copied to clipboard
abstract var enabled: Boolean?

Determines whether the clipping polygons are active. Default value - true

Link copied to clipboard
abstract var inverse: Boolean?

If true, a region will be clipped if it is outside of every polygon in the collection. Otherwise, a region will only be clipped if it is on the inside of any polygon. Default value - false

Link copied to clipboard

An array of ClippingPolygon objects used to selectively disable rendering on the inside of each polygon. Default value - []