Home > mapbox-geo-circle-layer > GeoCircleLayer > fill
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);
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.