Fill
Class for Fill
Constructors
Types
Functions
Properties
The annotation manger that manipulate this annotation
The fillColor property in Int
<p> The color of the filled part of this layer. This color can be specified as `rgba` with an alpha component and the color's opacity will not affect the opacity of the 1px stroke, if it is used. </p>
The fillColor property in String
<p> The color of the filled part of this layer. This color can be specified as `rgba` with an alpha component and the color's opacity will not affect the opacity of the 1px stroke, if it is used. </p>
The fillOpacity property
<p> The opacity of the entire fill layer. In contrast to the {@link PropertyFactory#fillColor}, this value will also affect the 1px stroke around the fill, if the stroke is used. </p>
The fillOutlineColor property in Int
<p> The outline color of the fill. Matches the value of {@link PropertyFactory#fillColor} if unspecified. </p>
The fillOutlineColor property in String
<p> The outline color of the fill. Matches the value of {@link PropertyFactory#fillColor} if unspecified. </p>
The fillPattern property
<p> Name of image in sprite to use for drawing image fills. For seamless patterns, image width and height must be a factor of two (2, 4, 8, ..., 512). Note that zoom-dependent expressions will be evaluated only at integer zoom levels. </p>
The fillSortKey property
<p> Sorts features in ascending order based on this value. Features with a higher sort key will appear above features with a lower sort key. </p>