fillExtrusionFloodLightColor

open override fun fillExtrusionFloodLightColor(fillExtrusionFloodLightColor: String): FillExtrusionLayer

The color of the flood light effect on the walls of the extruded buildings. This property works only with 3D light, i.e. when lights root property is defined.

Use static method FillExtrusionLayer.defaultFillExtrusionFloodLightColor to set the default property.

Parameters

fillExtrusionFloodLightColor

value of fillExtrusionFloodLightColor


open override fun fillExtrusionFloodLightColor(fillExtrusionFloodLightColor: Expression): FillExtrusionLayer

The color of the flood light effect on the walls of the extruded buildings. This property works only with 3D light, i.e. when lights root property is defined.

Use static method FillExtrusionLayer.defaultFillExtrusionFloodLightColorAsExpression to set the default property.

Parameters

fillExtrusionFloodLightColor

value of fillExtrusionFloodLightColor as Expression


open override fun fillExtrusionFloodLightColor(@ColorInt fillExtrusionFloodLightColor: Int): FillExtrusionLayer

The color of the flood light effect on the walls of the extruded buildings. This property works only with 3D light, i.e. when lights root property is defined.

Use static method FillExtrusionLayer.defaultFillExtrusionFloodLightColorAsColorInt to set the default property.

Parameters

fillExtrusionFloodLightColor

value of fillExtrusionFloodLightColor


The color of the flood light effect on the walls of the extruded buildings. This property works only with 3D light, i.e. when lights root property is defined.