withTextColor

Set text-color to initialise the pointAnnotation with.

The color with which the text will be drawn.

Return

this

Parameters

textColor

the text-color value

fun withTextColor(textColor: String): PointAnnotationOptions

Set text-color to initialise the pointAnnotation with.

The color with which the text will be drawn.

Return

this

Parameters

textColor

the text-color value with ColorInt format

fun withTextColor(@ColorInt() textColor: Int): PointAnnotationOptions