Variable: CIRCLE_DEFAULTS
const CIRCLE_DEFAULTS: objectDefault styling values applied to a circle when the corresponding CircleConfig fields are omitted.
Type declaration
fillColor
readonly fillColor: "#276EF1" = MAPVX_BRAND_COLOR;fillOpacity
readonly fillOpacity: 0.14 = 0.14;renderOrder
readonly renderOrder: CircleRenderOrder;strokeColor
readonly strokeColor: "#276EF1" = MAPVX_BRAND_COLOR;strokeOpacity
readonly strokeOpacity: 0.65 = 0.65;strokeWidth
readonly strokeWidth: 2 = 2;Last updated on