visible property
bool
get
visible
Search layer visibility. Visible by default. While the layer is
invisible resubmits are not performed on map moves, but all the state
changing methods (submitQuery
, resubmit
, deselectPlacemark
, and
other) are executed as usual.
Implementation
core.bool get visible;
set
visible
(bool val)
Implementation
set visible(core.bool val);