accuracyRadiusBorderColor

open override fun accuracyRadiusBorderColor(accuracyRadiusBorderColor: String): LocationIndicatorLayer

The color for drawing the accuracy radius border. To adjust transparency, set the alpha component of the color accordingly. Default value: "#ffffff".

Use static method LocationIndicatorLayer.defaultAccuracyRadiusBorderColor to set the default property.

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. Default value: "#ffffff".

Use static method LocationIndicatorLayer.defaultAccuracyRadiusBorderColorAsExpression to set the default property.

Parameters

accuracyRadiusBorderColor

value of accuracyRadiusBorderColor as Expression


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. Default value: "#ffffff".

Use static method LocationIndicatorLayer.defaultAccuracyRadiusBorderColorAsColorInt to set the default property.

Parameters

accuracyRadiusBorderColor

value of accuracyRadiusBorderColor


The color for drawing the accuracy radius border. To adjust transparency, set the alpha component of the color accordingly. Default value: "#ffffff".