إشعار: يجب
إثبات أهلية جميع المشاريع غير التجارية المسجّلة لاستخدام Earth Engine قبل
15 أبريل 2025 من أجل الحفاظ على إمكانية الوصول إلى Earth Engine.
ui.Map.setControlVisibility
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تضبط هذه السمة مستوى ظهور عناصر التحكّم على الخريطة.
تعرض هذه الدالة ui.Map.
الاستخدام | المرتجعات |
---|
Map.setControlVisibility(all, layerList, zoomControl, scaleControl, mapTypeControl, fullscreenControl, drawingToolsControl) | ui.Map |
الوسيطة | النوع | التفاصيل |
---|
هذا: ui.map | ui.Map | مثيل ui.Map. |
all | قيمة منطقية، اختيارية | تحديد ما إذا كان سيتم عرض جميع عناصر التحكّم يؤدي ضبط القيمة على "خطأ" إلى إخفاء جميع عناصر التحكّم، بينما يؤدي ضبط القيمة على "صحيح" إلى عرض جميع عناصر التحكّم. يتم إلغاؤها من خلال المَعلمات التي يتم ضبطها بشكلٍ فردي. يُرجى العِلم أنّ ضبط هذا الإعداد بشكل صريح سيؤثر في أي عناصر تحكّم إضافية تتم إضافتها في المستقبل. |
layerList | قيمة منطقية، اختيارية | عندما تكون القيمة false، يتم إخفاء لوحة قائمة الطبقات، أو عندما تكون القيمة true، يتم السماح بتحديد مستوى ظهور لوحة قائمة الطبقات من خلال توفّر طبقات في القائمة. الإعداد التلقائي هو عرض القائمة. |
zoomControl | قيمة منطقية، اختيارية | تحديد ما إذا كان عنصر التحكّم في التكبير أو التصغير مرئيًا القيمة التلقائية هي "صحيح". |
scaleControl | قيمة منطقية، اختيارية | تحديد ما إذا كان سيتم عرض عنصر التحكّم الذي يشير إلى المقياس عند مستوى التكبير أو التصغير الحالي للخريطة القيمة التلقائية هي "صحيح". |
mapTypeControl | قيمة منطقية، اختيارية | تحدّد هذه السمة ما إذا كان سيتم عرض عنصر التحكّم الذي يتيح للمستخدم تغيير الخريطة الأساسية. القيمة التلقائية هي "صحيح". |
fullscreenControl | قيمة منطقية، اختيارية | تحديد ما إذا كان سيتم عرض عنصر التحكّم الذي يتيح للمستخدم عرض الخريطة بملء الشاشة القيمة التلقائية هي "صحيح". |
drawingToolsControl | قيمة منطقية، اختيارية | تحديد ما إذا كان سيتم عرض عنصر التحكّم الذي يتيح للمستخدم إضافة أدوات رسم الأشكال الهندسية أو تعديلها يتم ضبط القيمة التلقائية على "صحيح" إذا سبق أن تمت إضافة أدوات الرسم إلى الخريطة. يتم تجاهل هذه السمة إذا لم تتم إضافة أدوات الرسم إلى الخريطة من قبل. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eControls the visibility of map elements like zoom, scale, layer list, and map type selection.\u003c/p\u003e\n"],["\u003cp\u003eAllows for customization by showing or hiding individual controls or all at once.\u003c/p\u003e\n"],["\u003cp\u003eUses Boolean values (true/false) to set the visibility of each control element.\u003c/p\u003e\n"],["\u003cp\u003eProvides control over the fullscreen and drawing tools visibility, if enabled on the map.\u003c/p\u003e\n"],["\u003cp\u003eAffects the display of the layer list panel based on the presence of layers and user preference.\u003c/p\u003e\n"]]],["The `Map.setControlVisibility` function modifies the visibility of map controls. It accepts boolean arguments to show or hide controls: `all`, `layerList`, `zoomControl`, `scaleControl`, `mapTypeControl`, `fullscreenControl`, and `drawingToolsControl`. Setting `all` to true/false shows/hides all controls unless overridden. `layerList` determines the visibility of the layer list panel. The function returns the modified `ui.Map` instance, and each control defaults to visible (true), except `drawingToolsControl` that needs the drawing tools to have been added before.\n"],null,["# ui.Map.setControlVisibility\n\n\u003cbr /\u003e\n\nSets the visibility of the controls on the map.\n\n\u003cbr /\u003e\n\nReturns this ui.Map.\n\n| Usage | Returns |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|---------|\n| Map.setControlVisibility`(`*all* `, `*layerList* `, `*zoomControl* `, `*scaleControl* `, `*mapTypeControl* `, `*fullscreenControl* `, `*drawingToolsControl*`)` | ui.Map |\n\n| Argument | Type | Details |\n|-----------------------|-------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| this: `ui.map` | ui.Map | The ui.Map instance. |\n| `all` | Boolean, optional | Whether 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. |\n| `layerList` | Boolean, optional | When 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. |\n| `zoomControl` | Boolean, optional | Whether the zoom control is visible. Defaults to true. |\n| `scaleControl` | Boolean, optional | Whether to show the control which indicates the scale at the map's current zoom level. Defaults to true. |\n| `mapTypeControl` | Boolean, optional | Whether to show the control that allows the user to change the base map. Defaults to true. |\n| `fullscreenControl` | Boolean, optional | Whether to show the control that allows the user to make the map full-screen. Defaults to true. |\n| `drawingToolsControl` | Boolean, optional | Whether to show the control that allows the user to add or edit the geometry drawing tools. Defaults to true if the drawing tools were previously added to the map. Ignored if the drawing tools were not previously added to the map. |"]]