emphasisCircleGlowRange

open override fun emphasisCircleGlowRange(emphasisCircleGlowRange: List<Double>): LocationIndicatorLayer

Specifies a glow effect range of the emphasis circle, in pixels. If 0,0 values are provided, it renders the circle as a solid color. The first value specifies the start of the glow effect where it is equal to the circle's color, the second is the end, where it's fully transparent. Between the two values the effect is linearly faded out. Default value: 0,0.

Use static method LocationIndicatorLayer.defaultEmphasisCircleGlowRange to set the default property.

Parameters

emphasisCircleGlowRange

value of emphasisCircleGlowRange


open override fun emphasisCircleGlowRange(emphasisCircleGlowRange: Expression): LocationIndicatorLayer

Specifies a glow effect range of the emphasis circle, in pixels. If 0,0 values are provided, it renders the circle as a solid color. The first value specifies the start of the glow effect where it is equal to the circle's color, the second is the end, where it's fully transparent. Between the two values the effect is linearly faded out. Default value: 0,0.

Use static method LocationIndicatorLayer.defaultEmphasisCircleGlowRangeAsExpression to set the default property.

Parameters

emphasisCircleGlowRange

value of emphasisCircleGlowRange as Expression


Specifies a glow effect range of the emphasis circle, in pixels. If 0,0 values are provided, it renders the circle as a solid color. The first value specifies the start of the glow effect where it is equal to the circle's color, the second is the end, where it's fully transparent. Between the two values the effect is linearly faded out. Default value: 0,0.