FillLayer class

A filled polygon with an optional stroked border.

Inheritance

Constructors

FillLayer({required String id, Visibility? visibility, List<Object>? visibilityExpression, List<Object>? filter, double? minZoom, double? maxZoom, String? slot, required String sourceId, String? sourceLayer, double? fillSortKey, List<Object>? fillSortKeyExpression, bool? fillAntialias, List<Object>? fillAntialiasExpression, int? fillColor, List<Object>? fillColorExpression, double? fillEmissiveStrength, List<Object>? fillEmissiveStrengthExpression, double? fillOpacity, List<Object>? fillOpacityExpression, int? fillOutlineColor, List<Object>? fillOutlineColorExpression, String? fillPattern, List<Object>? fillPatternExpression, List<double?>? fillTranslate, List<Object>? fillTranslateExpression, FillTranslateAnchor? fillTranslateAnchor, List<Object>? fillTranslateAnchorExpression})

Properties

fillAntialias bool?
Whether or not the fill should be antialiased. Default value: true.
read / write
fillAntialiasExpression List<Object>?
Whether or not the fill should be antialiased. Default value: true.
read / write
fillColor int?
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. Default value: "#000000".
read / write
fillColorExpression List<Object>?
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. Default value: "#000000".
read / write
fillEmissiveStrength double?
Controls the intensity of light emitted on the source features. Default value: 0. Minimum value: 0.
read / write
fillEmissiveStrengthExpression List<Object>?
Controls the intensity of light emitted on the source features. Default value: 0. Minimum value: 0.
read / write
fillOpacity double?
The opacity of the entire fill layer. In contrast to the fill-color, this value will also affect the 1px stroke around the fill, if the stroke is used. Default value: 1. Value range: 0, 1
read / write
fillOpacityExpression List<Object>?
The opacity of the entire fill layer. In contrast to the fill-color, this value will also affect the 1px stroke around the fill, if the stroke is used. Default value: 1. Value range: 0, 1
read / write
fillOutlineColor int?
The outline color of the fill. Matches the value of fill-color if unspecified.
read / write
fillOutlineColorExpression List<Object>?
The outline color of the fill. Matches the value of fill-color if unspecified.
read / write
fillPattern String?
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.
read / write
fillPatternExpression List<Object>?
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.
read / write
fillSortKey double?
Sorts features in ascending order based on this value. Features with a higher sort key will appear above features with a lower sort key.
read / write
fillSortKeyExpression List<Object>?
Sorts features in ascending order based on this value. Features with a higher sort key will appear above features with a lower sort key.
read / write
fillTranslate List<double?>?
The geometry's offset. Values are x, y where negatives indicate left and up, respectively. Default value: 0,0.
read / write
fillTranslateAnchor FillTranslateAnchor?
Controls the frame of reference for fill-translate. Default value: "map".
read / write
fillTranslateAnchorExpression List<Object>?
Controls the frame of reference for fill-translate. Default value: "map".
read / write
fillTranslateExpression List<Object>?
The geometry's offset. Values are x, y where negatives indicate left and up, respectively. Default value: 0,0.
read / write
filter List<Object>?
An expression specifying conditions on source features. Only features that match the filter are displayed.
read / writeinherited
hashCode int
The hash code for this object.
read-onlyinherited
id String
The ID of the Layer.
read / writeinherited
maxZoom double?
The maximum zoom level for the layer. At zoom levels equal to or greater than the maxzoom, the layer will be hidden.
read / writeinherited
minZoom double?
The minimum zoom level for the layer. At zoom levels less than the minzoom, the layer will be hidden.
read / writeinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
slot String?
The slot this layer is assigned to. If specified, and a slot with that name exists, it will be placed at that position in the layer order.
read / writeinherited
sourceId String
The id of the source.
read / write
sourceLayer String?
A source layer is an individual layer of data within a vector source. A vector source can have multiple source layers.
read / write
visibility Visibility?
The visibility of the layer.
read / writeinherited
visibilityExpression List<Object>?
The visibility of the layer.
read / writeinherited

Methods

getType() String
Get the type of current layer as a String.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

decode(String properties) FillLayer