withTextHaloColor

fun withTextHaloColor(textHaloColor: String): PointAnnotationOptions

Set text-halo-color to initialise the pointAnnotation with.

The color of the text's halo, which helps it stand out from backgrounds.

Return

this

Parameters

textHaloColor

the text-halo-color value

fun withTextHaloColor(@ColorInt textHaloColor: Int): PointAnnotationOptions

Set text-halo-color to initialise the pointAnnotation with.

The color of the text's halo, which helps it stand out from backgrounds.

Return

this

Parameters

textHaloColor

the text-halo-color value with ColorInt format