OnStyleImageChangeListener

Definition for listener invoked whenever an style image is requested that hasn't been added the style yet or whenever an existing style image can be cleaned up and removed from the style.

interface OnStyleImageChangeListener

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
onCanRemoveUnusedStyleImage
Link copied to clipboard

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

abstract fun onCanRemoveUnusedStyleImage(id: String): Boolean
onStyleImageMissing
Link copied to clipboard

Invoked whenever style image is referenced through the style but isn't yet added.

abstract fun onStyleImageMissing(id: String)
toString
Link copied to clipboard
open override fun toString(): String