Fill Layer
See also
Parameters
layerId
the ID of the layer
sourceId
the ID of the source
Constructors
Types
Functions
bindTo
Link copied to clipboard
open override fun bindTo(delegate: StyleInterface, position: LayerPosition?)
Content copied to clipboard
fillAntialias
Link copied to clipboard
fillColor
Link copied to clipboard
fillColorTransition
Link copied to clipboard
open override fun fillColorTransition(options: StyleTransition): FillLayer
Content copied to clipboard
open override fun fillColorTransition(block: StyleTransition.Builder.() -> Unit): FillLayer
Content copied to clipboard
DSL for fillColorTransition.
fillOpacity
Link copied to clipboard
fillOpacityTransition
Link copied to clipboard
open override fun fillOpacityTransition(options: StyleTransition): FillLayer
Content copied to clipboard
open override fun fillOpacityTransition(block: StyleTransition.Builder.() -> Unit): FillLayer
Content copied to clipboard
DSL for fillOpacityTransition.
fillOutlineColor
Link copied to clipboard
open override fun fillOutlineColor(fillOutlineColor: Expression): FillLayer
Content copied to clipboard
open override fun fillOutlineColor(@ColorInt() fillOutlineColor: Int): FillLayer
Content copied to clipboard
fillOutlineColorTransition
Link copied to clipboard
open override fun fillOutlineColorTransition(options: StyleTransition): FillLayer
Content copied to clipboard
open override fun fillOutlineColorTransition(block: StyleTransition.Builder.() -> Unit): FillLayer
Content copied to clipboard
DSL for fillOutlineColorTransition.
fillPattern
Link copied to clipboard
fillPatternTransition
Link copied to clipboard
open override fun fillPatternTransition(options: StyleTransition): FillLayer
Content copied to clipboard
open override fun fillPatternTransition(block: StyleTransition.Builder.() -> Unit): FillLayer
Content copied to clipboard
DSL for fillPatternTransition.
fillSortKey
Link copied to clipboard
fillTranslate
Link copied to clipboard
fillTranslateAnchor
Link copied to clipboard
open override fun fillTranslateAnchor(fillTranslateAnchor: Expression): FillLayer
Content copied to clipboard
open override fun fillTranslateAnchor(fillTranslateAnchor: FillTranslateAnchor): FillLayer
Content copied to clipboard
fillTranslateTransition
Link copied to clipboard
open override fun fillTranslateTransition(options: StyleTransition): FillLayer
Content copied to clipboard
open override fun fillTranslateTransition(block: StyleTransition.Builder.() -> Unit): FillLayer
Content copied to clipboard
DSL for fillTranslateTransition.
filter
Link copied to clipboard
sourceLayer
Link copied to clipboard
visibility
Link copied to clipboard
Properties
fillAntialias
Link copied to clipboard
Whether or not the fill should be antialiased.
fillAntialiasAsExpression
Link copied to clipboard
This is an Expression representation of "fill-antialias".
fillColorAsColorInt
Link copied to clipboard
The color of the filled part of this layer.
fillColorAsExpression
Link copied to clipboard
This is an Expression representation of "fill-color".
fillColorTransition
Link copied to clipboard
Transition options for FillColor.
fillOpacity
Link copied to clipboard
The opacity of the entire fill layer.
fillOpacityAsExpression
Link copied to clipboard
This is an Expression representation of "fill-opacity".
fillOpacityTransition
Link copied to clipboard
Transition options for FillOpacity.
fillOutlineColor
Link copied to clipboard
The outline color of the fill.
fillOutlineColorAsColorInt
Link copied to clipboard
The outline color of the fill.
fillOutlineColorAsExpression
Link copied to clipboard
This is an Expression representation of "fill-outline-color".
fillOutlineColorTransition
Link copied to clipboard
Transition options for FillOutlineColor.
fillPattern
Link copied to clipboard
Name of image in sprite to use for drawing image fills.
fillPatternAsExpression
Link copied to clipboard
This is an Expression representation of "fill-pattern".
fillPatternTransition
Link copied to clipboard
Transition options for FillPattern.
fillSortKey
Link copied to clipboard
Sorts features in ascending order based on this value.
fillSortKeyAsExpression
Link copied to clipboard
This is an Expression representation of "fill-sort-key".
fillTranslate
Link copied to clipboard
The geometry's offset.
fillTranslateAnchor
Link copied to clipboard
Controls the frame of reference for
fill-translate
.fillTranslateAnchorAsExpression
Link copied to clipboard
This is an Expression representation of "fill-translate-anchor".
fillTranslateAsExpression
Link copied to clipboard
This is an Expression representation of "fill-translate".
fillTranslateTransition
Link copied to clipboard
Transition options for FillTranslate.
filter
Link copied to clipboard
A expression specifying conditions on source features.
sourceLayer
Link copied to clipboard
Source layer.
visibility
Link copied to clipboard
Visibility of the layer.