getIsLayersVisible();
The getIsLayersVisible method returns the attribute whether map layer is shown.
The method returns a Boolean value.
Available values:
true. Map layer is shown.
false. Map layer is hidden.
The example of use is given on the page with description of the MapLayer.addSubLayer method.
See also: