Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 780 Bytes

mapbox-geo-circle-layer.geocirclelayer.fill.md

File metadata and controls

25 lines (14 loc) · 780 Bytes

Home > mapbox-geo-circle-layer > GeoCircleLayer > fill

GeoCircleLayer.fill property

This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Fill color of the circle.

Signature:

get fill(): RGBA;

set fill(fill: RGBA);

Remarks

Since v0.2.0, you no longer have to premultiply the alpha to the red, green, and blue components.

Updating this property will trigger repaint of the map.