queue Event
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
need Render
if we should force redraw after running event (e.g. execute some GL commands)