ঘোষণা :
15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য
অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
ui.Map.GeometryLayer.setShown
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
স্তরে আকারের দৃশ্যমানতা সেট করে।
এই মানচিত্র স্তর প্রদান করে।
ব্যবহার | রিটার্নস | GeometryLayer. setShown (shown) | ui.Map.Geometrylayer |
যুক্তি | টাইপ | বিস্তারিত | এই: ui.map.geometrylayer | ui.Map.Geometrylayer | ui.Map.GeometryLayer উদাহরণ। |
shown | বুলিয়ান | স্তরটি দেখানো হয়েছে কিনা। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eThe \u003ccode\u003esetShown()\u003c/code\u003e method controls the visibility of shapes within a GeometryLayer on the map.\u003c/p\u003e\n"],["\u003cp\u003eIt takes a boolean argument, \u003ccode\u003eshown\u003c/code\u003e, to determine if the layer should be visible or hidden.\u003c/p\u003e\n"],["\u003cp\u003eCalling this method returns the \u003ccode\u003eui.Map.GeometryLayer\u003c/code\u003e instance, allowing for method chaining.\u003c/p\u003e\n"]]],["The `GeometryLayer.setShown(shown)` method controls the visibility of shapes within a map layer. It takes a boolean argument, `shown`, which determines if the layer is visible (true) or hidden (false). This method, when called on a `ui.Map.GeometryLayer` instance, returns the same `ui.Map.GeometryLayer` instance, allowing for method chaining.\n"],null,["# ui.Map.GeometryLayer.setShown\n\n\u003cbr /\u003e\n\nSets the visibility of shapes in the layer.\n\n\u003cbr /\u003e\n\nReturns this map layer.\n\n| Usage | Returns |\n|---------------------------------|----------------------|\n| GeometryLayer.setShown`(shown)` | ui.Map.GeometryLayer |\n\n| Argument | Type | Details |\n|------------------------------|----------------------|------------------------------------|\n| this: `ui.map.geometrylayer` | ui.Map.GeometryLayer | The ui.Map.GeometryLayer instance. |\n| `shown` | Boolean | Whether the layer is shown. |"]]