Observer

interface Observer

Can be used to get notified on snapshotter style loading completion.

See also

Functions

Link copied to clipboard

Called when snapshotter finishes loading its style.

Link copied to clipboard
abstract fun onStyleImageMissing(imageName: String)

Called when the map is missing an icon.The icon should be added synchronously with MapSnapshotter.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.