emphasisCircleColorTransition

abstract fun emphasisCircleColorTransition(options: StyleTransition): LocationIndicatorLayer

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

Set the EmphasisCircleColor property transition options

Parameters

options

transition options for String

abstract fun emphasisCircleColorTransition(block: StyleTransition.Builder.() -> Unit): LocationIndicatorLayer

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

DSL for emphasisCircleColorTransition.