<kendo:map-layerDefaults-bubble-style-fill>
The default fill for bubble layer symbols. Accepts a valid CSS color string or object with detailed configuration.
Example
<kendo:map-layerDefaults-bubble-style>
<kendo:map-layerDefaults-bubble-style-fill></kendo:map-layerDefaults-bubble-style-fill>
</kendo:map-layerDefaults-bubble-style>
Configuration Attributes
color java.lang.String
The default fill color for bubble layer symbols. Accepts a valid CSS color string, including hex and rgb.
Example
<kendo:map-layerDefaults-bubble-style-fill color="color">
</kendo:map-layerDefaults-bubble-style-fill>
opacity float
The default fill opacity (0 to 1) for layer symbols.
Example
<kendo:map-layerDefaults-bubble-style-fill opacity="opacity">
</kendo:map-layerDefaults-bubble-style-fill>