RendererSetupErrorListener

fun interface RendererSetupErrorListener

Callback used to get notified when issues occur during renderer preparation. Note that callback will be delivered on main thread.

Functions

onError
Link copied to clipboard
abstract fun onError(error: RendererError)

Triggered when error occurs during renderer setup. As the result the map will not be rendered properly.