Companion

object Companion

Functions

Link copied to clipboard
fun renderMap(    coroutineScope: CoroutineScope,     mapConfig: MapConfig,     onSetupMap: (MapViewInterface) -> Unit,     onStateUpdate: (MapViewRenderState) -> Unit,     renderBounds: RectCoord,     renderSizePx: Vec2I,     renderDensity: Float = 72.0f,     renderTimeoutSeconds: Float = 20.0f)