Pengumuman: Semua project nonkomersial yang terdaftar untuk menggunakan Earth Engine sebelum 15 April 2025 harus memverifikasi kelayakan nonkomersial untuk mempertahankan akses Earth Engine.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-07-26 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"]]