withIconHaloColor

fun withIconHaloColor(iconHaloColor: String): PointAnnotationOptions

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

The color of the icon's halo. Icon halos can only be used with SDF icons.

Return

this

Parameters

iconHaloColor

the icon-halo-color value

fun withIconHaloColor(@ColorInt iconHaloColor: Int): PointAnnotationOptions

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

The color of the icon's halo. Icon halos can only be used with SDF icons.

Return

this

Parameters

iconHaloColor

the icon-halo-color value with ColorInt format