OnStyleImageMissingListener

Definition for listener invoked when the style has a missing image.

fun fun interface OnStyleImageMissingListener

Functions

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

Invoked whenever a style has a missing image. This event is emitted when the Map renders visible tiles and one of the required images is missing in the sprite sheet. Subscriber has to provide the missing image by calling StyleManager#addStyleImage method.

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