STYLE_IMAGE_MISSING constant
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.
Event data format (Object):
.
└── id - String
Implementation
static const String STYLE_IMAGE_MISSING = "style-image-missing";