StyleImageMissingCallback

A style needs an image that is missing from the sprite sheet. This event is emitted when the `map` renders visible tiles, and one of the required images is missing in the sprite sheet. The event observer has to provide the missing image by calling the `addStyleImage` method.

See also

Functions

Link copied to clipboard
abstract fun run(@NonNull styleImageMissing: StyleImageMissing)