withIconColor

fun withIconColor(iconColor: String): PointAnnotationOptions

Set icon-color to initialise the pointAnnotation with.

The color of the icon. This can only be used with sdf icons.

Return

this

Parameters

iconColor

the icon-color value

fun withIconColor(@ColorInt iconColor: Int): PointAnnotationOptions

Set icon-color to initialise the pointAnnotation with.

The color of the icon. This can only be used with sdf icons.

Return

this

Parameters

iconColor

the icon-color value with ColorInt format