clipLayerScope

abstract fun clipLayerScope(clipLayerScope: List<String> = listOf("")): 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: [].

Parameters

clipLayerScope

value of clipLayerScope


abstract 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: [].

Parameters

clipLayerScope

value of clipLayerScope as Expression