PolygonAnnotationGroupState

The state holder for PolygonAnnotationGroup properties.

Constructors

Properties

Link copied to clipboard

Whether or not the fill should be antialiased. Default value: true.

Link copied to clipboard

The color of bridge guard rail. Default value: "rgba(241, 236, 225, 255)".

Link copied to clipboard

This property defines whether the fillBridgeGuardRailColor uses colorTheme from the style or not. By default it will use color defined by the root theme in the style.

Link copied to clipboard

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".

Link copied to clipboard

This property defines whether the fillColor uses colorTheme from the style or not. By default it will use color defined by the root theme in the style.

Link copied to clipboard

Determines whether bridge guard rails are added for elevated roads. Default value: "true".

Link copied to clipboard

Selects the base of fill-elevation. Some modes might require precomputed elevation data in the tileset. Default value: "none".

Link copied to clipboard

Controls the intensity of light emitted on the source features. Default value: 0. Minimum value: 0. The unit of fillEmissiveStrength is in intensity.

Link copied to clipboard

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

Link copied to clipboard

The outline color of the fill. Matches the value of fill-color if unspecified.

Link copied to clipboard

This property defines whether the fillOutlineColor uses colorTheme from the style or not. By default it will use color defined by the root theme in the style.

Link copied to clipboard

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.

Link copied to clipboard

Controls the transition progress between the image variants of fill-pattern. Zero means the first variant is used, one is the second, and in between they are blended together. Both images should be the same size and have the same type (either raster or vector). Default value: 0. Value range: 0, 1

Link copied to clipboard

Sorts features in ascending order based on this value. Features with a higher sort key will appear above features with a lower sort key.

Link copied to clipboard

The geometry's offset. Values are x, y where negatives indicate left and up, respectively. Default value: 0,0. The unit of fillTranslate is in pixels.

Link copied to clipboard

Controls the frame of reference for fill-translate. Default value: "map".

Link copied to clipboard

The color of tunnel structures (tunnel entrance and tunnel walls). Default value: "rgba(241, 236, 225, 255)".

Link copied to clipboard

This property defines whether the fillTunnelStructureColor uses colorTheme from the style or not. By default it will use color defined by the root theme in the style.

Link copied to clipboard

Specifies an uniform elevation in meters. Note: If the value is zero, the layer will be rendered on the ground. Non-zero values will elevate the layer from the sea level, which can cause it to be rendered below the terrain. Default value: 0. Minimum value: 0.

Link copied to clipboard
Link copied to clipboard

The maximum zoom level for the layer. At zoom levels equal to or greater than the maxzoom, the layer will be hidden. Value range: 0, 24

Link copied to clipboard

The minimum zoom level for the layer. At zoom levels less than the minzoom, the layer will be hidden. Value range: 0, 24