clipLayerScope

open override fun clipLayerScope(clipLayerScope: List<String>): ClipLayer

Removes content from layers with the specified scope. By default all layers are affected. For example specifying basemap will only remove content from the Mapbox Standard style layers which have the same scope Default value: [].

Use static method ClipLayer.defaultClipLayerScope to set the default property.

Parameters

clipLayerScope

value of clipLayerScope


open override fun clipLayerScope(clipLayerScope: Expression): ClipLayer

Removes content from layers with the specified scope. By default all layers are affected. For example specifying basemap will only remove content from the Mapbox Standard style layers which have the same scope Default value: [].

Use static method ClipLayer.defaultClipLayerScopeAsExpression to set the default property.

Parameters

clipLayerScope

value of clipLayerScope as Expression


Removes content from layers with the specified scope. By default all layers are affected. For example specifying basemap will only remove content from the Mapbox Standard style layers which have the same scope Default value: [].