[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[[["The `Layer.setShown()` method controls the visibility of a map layer, allowing you to show or hide it."],["This method, when called on a `ui.Map.AbstractLayer` instance with an optional boolean argument `shown`, returns the `ui.Map.AbstractLayer` itself, enabling method chaining."],["By default, if the `shown` argument is not provided, the layer's visibility is toggled to its opposite state."]]],["The `Layer.setShown()` method controls a map layer's visibility. It accepts an optional boolean argument, `shown`, to determine if the layer is displayed (true) or hidden (false). The method is applied to a `ui.Map.AbstractLayer` instance. Invoking this method modifies the layer's visibility and returns the modified `ui.Map.AbstractLayer` instance itself. The layer defaults to being shown if the `shown` argument is not set.\n"]]