accuracyRadiusBorderColor

open override fun accuracyRadiusBorderColor(accuracyRadiusBorderColor: String): LocationIndicatorLayer
open override fun accuracyRadiusBorderColor(@ColorInt accuracyRadiusBorderColor: Int): LocationIndicatorLayer

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

Parameters

accuracyRadiusBorderColor

value of accuracyRadiusBorderColor

open override fun accuracyRadiusBorderColor(accuracyRadiusBorderColor: Expression): LocationIndicatorLayer

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

Parameters

accuracyRadiusBorderColor

value of accuracyRadiusBorderColor as Expression

val accuracyRadiusBorderColor: String?

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