withCircleStrokeColor

fun withCircleStrokeColor(circleStrokeColor: String): CircleAnnotationOptions

Set circle-stroke-color to initialise the circleAnnotation with.

The stroke color of the circle.

Return

this

Parameters

circleStrokeColor

the circle-stroke-color value

fun withCircleStrokeColor(@ColorInt circleStrokeColor: Int): CircleAnnotationOptions

Set circle-stroke-color to initialise the circleAnnotation with.

The stroke color of the circle.

Return

this

Parameters

circleStrokeColor

the circle-stroke-color value with ColorInt format