Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 623 Bytes

mapbox-geo-circle-layer.default_fill.md

File metadata and controls

21 lines (15 loc) · 623 Bytes

Home > mapbox-geo-circle-layer > DEFAULT_FILL

DEFAULT_FILL variable

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.

Default fill color of a circle (opaque white).

Signature:

DEFAULT_FILL: {
    readonly red: 1;
    readonly green: 1;
    readonly blue: 1;
    readonly alpha: 1;
}