withCircleColor

Set circle-color to initialise the circleAnnotation with.

The fill color of the circle.

Return

this

Parameters

circleColor

the circle-color value

fun withCircleColor(circleColor: String): CircleAnnotationOptions

Set circle-color to initialise the circleAnnotation with.

The fill color of the circle.

Return

this

Parameters

circleColor

the circle-color value with ColorInt format

fun withCircleColor(@ColorInt() circleColor: Int): CircleAnnotationOptions