إشعار: يجب
إثبات أهلية جميع المشاريع غير التجارية المسجّلة لاستخدام Earth Engine قبل
15 أبريل 2025 من أجل الحفاظ على إمكانية الوصول إلى Earth Engine.
ui.Map.CloudStorageLayer.setMaxZoom
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تضبط هذه السمة الحدّ الأقصى لمستوى التكبير/التصغير في المربّعات. عندما يكبّر المستخدم الصورة إلى ما بعد هذا المستوى، سيتم جلب اللوحة الرئيسية في هذا المستوى وتكبيرها على العميل.
تعرض هذه الطبقة في الخريطة.
الاستخدام | المرتجعات |
---|
CloudStorageLayer.setMaxZoom(maxZoom) | ui.Map.CloudStorageLayer |
الوسيطة | النوع | التفاصيل |
---|
هذا: ui.map.cloudstoragelayer | ui.Map.CloudStorageLayer | مثيل ui.Map.CloudStorageLayer |
maxZoom | العدد | الحد الأقصى لمستوى التكبير مع أجزاء الصور المقسّمة |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eDefines the highest zoom level where tiles are displayed, beyond which the parent tile is fetched and zoomed on the client-side.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003esetMaxZoom\u003c/code\u003e method allows setting this maximum zoom level for a CloudStorageLayer and returns the layer instance for chaining.\u003c/p\u003e\n"]]],["The `setMaxZoom` method configures the maximum zoom level for a `CloudStorageLayer`. When a user zooms beyond this `maxZoom` number, the parent tile at the specified level is fetched and zoomed client-side. This method, applied to a `ui.Map.CloudStorageLayer` instance, accepts a `Number` argument (`maxZoom`) defining the limit and returns the modified `ui.Map.CloudStorageLayer`.\n"],null,["# ui.Map.CloudStorageLayer.setMaxZoom\n\n\u003cbr /\u003e\n\nSets the maximum zoom level for tiles. When the user zooms in beyond this level, the parent tile at this level will be fetched and zoomed on the client.\n\n\u003cbr /\u003e\n\nReturns this map layer.\n\n| Usage | Returns |\n|-----------------------------------------|--------------------------|\n| CloudStorageLayer.setMaxZoom`(maxZoom)` | ui.Map.CloudStorageLayer |\n\n| Argument | Type | Details |\n|----------------------------------|--------------------------|----------------------------------------|\n| this: `ui.map.cloudstoragelayer` | ui.Map.CloudStorageLayer | The ui.Map.CloudStorageLayer instance. |\n| `maxZoom` | Number | The maximum zoom level with tiles. |"]]