OnRenderFrameFinishedListener

fun interface OnRenderFrameFinishedListener

Definition for listener invoked whenever the Map finished rendering a frame.

Functions

onRenderFrameFinished
Link copied to clipboard
abstract fun onRenderFrameFinished(eventData: RenderFrameFinishedEventData)

Invoked whenever the Map finished rendering a frame. The render-mode value tells whether the Map has all data ("full") required to render the visible viewport. The needs-repaint value provides information about ongoing transitions that trigger Map repaint. The placement-changed value tells if the symbol placement has been changed in the visible viewport.