STYLE_IMAGE_MISSING

val STYLE_IMAGE_MISSING: String

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 `addStyleImage` method. ``` text Event data format (Object): . └── id - String ```