OnStyleImageMissingListener

fun interface OnStyleImageMissingListener

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

Functions

onStyleImageMissing
Link copied to clipboard
abstract fun onStyleImageMissing(eventData: StyleImageMissingEventData)

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.