withCircleColor

Set circle-color to initialise the circleAnnotation with.

<p> The fill color of the circle. </p>

Return

this

Parameters

circleColor

the circle-color value

fun withCircleColor(circleColor: String): CircleAnnotationOptions

Set circle-color to initialise the circleAnnotation with.

<p> The fill color of the circle. </p>

Return

this

Parameters

circleColor

the circle-color value with ColorInt format

fun withCircleColor(circleColor: Int): CircleAnnotationOptions