setVisible

open fun setVisible(v: Boolean)

Call this function to set if you want the FloorLayer to be visible or not. A FloorLayer object is not visible if all its MapLayers are not visible. For deferred floors (no native layers), only the visibility flag is updated.

Parameters

v

Boolean value that set if the FloorLayer is visible or not.