produceByContext

fun produceByContext(context: IOpenGLContext, postLambdasOnMain: Boolean = true): MapView?

Create a view object in the simplest mode possible.

Parameters

context

The view's OpenGL context

postLambdasOnMain

will post lambda triggers on main thread. Default true.