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

id

the id of the missing style image

abstract fun onStyleImageMissing(id: String)