onCanRemoveUnusedStyleImage

Invoked whenever style image can be removed from the style. Return true to indicate the image has been removed, false otherwise

Return

true if style image was removed

Parameters

id

the id of the style image that is no longer used

abstract fun onCanRemoveUnusedStyleImage(id: String): Boolean