withCircleStrokeColor

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

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

Return

this

Parameters

circleStrokeColor

the circle-stroke-color value

fun withCircleStrokeColor(circleStrokeColor: String): CircleAnnotationOptions

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

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

Return

this

Parameters

circleStrokeColor

the circle-stroke-color value with ColorInt format

fun withCircleStrokeColor(circleStrokeColor: Int): CircleAnnotationOptions