queueEvent

open override fun queueEvent(event: Runnable, needRender: Boolean)

Queue a runnable to be executed on the map renderer thread. Consecutive events will be called in the order they were queued.

Parameters

event

the runnable to queue

needRender

if we should force redraw after running event (e.g. execute some GL commands)