OnStyleImageMissingListener

Deprecated

This listener is deprecated, and will be removed in next major release. use StyleImageMissingCallback instead.

Replace with

StyleImageMissingCallback

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

Functions

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.