emphasisCircleColor

abstract fun emphasisCircleColor(emphasisCircleColor: String = "#ffffff"): LocationIndicatorLayer
abstract 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

abstract 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