FillLayerProperties class

Implemented types

Constructors

FillLayerProperties({dynamic fillAntialias, dynamic fillOpacity, dynamic fillColor, dynamic fillOutlineColor, dynamic fillTranslate, dynamic fillTranslateAnchor, dynamic fillPattern, dynamic fillSortKey, dynamic visibility})
const
FillLayerProperties.fromJson(Map<String, dynamic> json)
factory

Properties

fillAntialias → dynamic
Whether or not the fill should be antialiased.
final
fillColor → dynamic
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.
final
fillOpacity → dynamic
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.
final
fillOutlineColor → dynamic
The outline color of the fill. Matches the value of fill-color if unspecified.
final
fillPattern → dynamic
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.
final
fillSortKey → dynamic
Sorts features in ascending order based on this value. Features with a higher sort key will appear above features with a lower sort key.
final
fillTranslate → dynamic
The geometry's offset. Values are x, y where negatives indicate left and up, respectively.
final
fillTranslateAnchor → dynamic
Controls the frame of reference for fill-translate.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
visibility → dynamic
Whether this layer is displayed.
final

Methods

copyWith(FillLayerProperties changes) FillLayerProperties
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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