Map.setControlVisibility

Sets the visibility of the controls on the map.

Returns this ui.Map.

UsageReturns
Map.setControlVisibility(all, layerList, zoomControl, scaleControl, mapTypeControl, fullscreenControl, drawingToolsControl)ui.Map
ArgumentTypeDetails
allBoolean, optionalWhether to show all controls. False hides all controls; true shows all controls. Overridden by individually set parameters. Note that setting this explicitly will affect any additional controls added in the future.
layerListBoolean, optionalWhen false, hides the layer list panel or, when true, allows the layer list panel's visibility to be determined by the presence of layers in the list. The default is to show the list.
zoomControlBoolean, optionalWhether the zoom control is visible. Defaults to true.
scaleControlBoolean, optionalWhether to show the control which indicates the scale at the map's current zoom level. Defaults to true.
mapTypeControlBoolean, optionalWhether to show the control that allows the user to change the base map. Defaults to true.
fullscreenControlBoolean, optionalWhether to show the control that allows the user to make the map full-screen. Defaults to true.
drawingToolsControlBoolean, optionalWhether to show the control that allows the user to add or edit the geometry drawing tools. Defaults to true.