emphasisCircleColor

open override fun emphasisCircleColor(emphasisCircleColor: String): LocationIndicatorLayer

The color of the circle emphasizing the indicator. To adjust transparency, set the alpha component of the color accordingly.

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

Parameters

emphasisCircleColor

value of emphasisCircleColor


open override fun emphasisCircleColor(emphasisCircleColor: Expression): LocationIndicatorLayer

The color of the circle emphasizing the indicator. To adjust transparency, set the alpha component of the color accordingly.

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

Parameters

emphasisCircleColor

value of emphasisCircleColor as Expression


open override fun emphasisCircleColor(@ColorInt emphasisCircleColor: Int): LocationIndicatorLayer

The color of the circle emphasizing the indicator. To adjust transparency, set the alpha component of the color accordingly.

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

Parameters

emphasisCircleColor

value of emphasisCircleColor


The color of the circle emphasizing the indicator. To adjust transparency, set the alpha component of the color accordingly.