emphasisCircleColor

open override fun emphasisCircleColor(emphasisCircleColor: String): LocationIndicatorLayer
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.

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.

Parameters

emphasisCircleColor

value of emphasisCircleColor as Expression

val emphasisCircleColor: String?

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