worldMapView

inline fun NodeContainer.worldMapView(): WorldMapView

Add a WorldMapView to this container.

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 NodeContainer.worldMapView(configuration: WorldMapView.() -> Unit): WorldMapView

Add a WorldMapView with configuration block to this container.

Return

the control added.

Parameters

configuration

the configuration block.