OnStyleImageMissingListener

Interface definition for a callback to be invoked with the id of a missing icon. The icon should be added synchronously with addImage to be rendered on the current zoom level. When loading icons asynchronously, you can load a placeholder image and replace it when you icon has loaded.

addOnStyleImageMissingListener

Functions

Link copied to clipboard
abstract fun onStyleImageMissing(@NonNull id: String)
Called when the map is missing an icon.