ঘোষণা : 15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2025-07-24 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"]]