accuracyRadiusBorderColorTransition

abstract fun accuracyRadiusBorderColorTransition(options: StyleTransition): LocationIndicatorLayer

The color for drawing the accuracy radius border. To adjust transparency, set the alpha component of the color accordingly.

Set the AccuracyRadiusBorderColor property transition options

Parameters

options

transition options for String

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

The color for drawing the accuracy radius border. To adjust transparency, set the alpha component of the color accordingly.

DSL for accuracyRadiusBorderColorTransition.