withCircleColor

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

fun withCircleColor(@ColorInt circleColor: Int): 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