onStyleImageMissing

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.

Parameters

eventData

StyleImageMissingEventData

abstract fun onStyleImageMissing(eventData: StyleImageMissingEventData)