worldMapView

fun NodeManager.worldMapView(): WorldMapView

Add a WorldMapView to this manager.

Return

the control added.


inline fun worldMapView(configuration: WorldMapView.() -> Unit): WorldMapView

Create a WorldMapView with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun NodeManager.worldMapView(configuration: WorldMapView.() -> Unit): WorldMapView

Add a WorldMapView with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.