إشعار: يجب
إثبات أهلية جميع المشاريع غير التجارية المسجّلة لاستخدام Earth Engine قبل
15 أبريل 2025 من أجل الحفاظ على إمكانية الوصول إلى Earth Engine.
ui.Map.Linker
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
أداة لإنشاء خرائط مرتبطة
الاستخدام | المرتجعات |
---|
ui.Map.Linker(maps, event) | ui.Map.Linker |
الوسيطة | النوع | التفاصيل |
---|
maps | List<Object>, optional | قائمة بالخرائط المطلوب ربطها |
event | سلسلة، اختياري | الحدث الذي سيتم الربط بين الخرائط من خلاله. القيمة التلقائية هي
"change-bounds". تشمل الأحداث المحتملة ما يلي:
- change-bounds
- change-center
- change-zoom
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eThe \u003ccode\u003eui.Map.Linker\u003c/code\u003e utility enables the creation of linked maps, synchronizing their interactions.\u003c/p\u003e\n"],["\u003cp\u003eIt accepts a list of maps and an optional event to link, defaulting to "change-bounds" which synchronizes panning and zooming.\u003c/p\u003e\n"],["\u003cp\u003eOther linkable events include "change-center" for center synchronization and "change-zoom" for zoom synchronization.\u003c/p\u003e\n"]]],[],null,["# ui.Map.Linker\n\n\u003cbr /\u003e\n\nA utility for creating linked maps.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|---------------------------------------|---------------|\n| `ui.Map.Linker(`*maps* `, `*event*`)` | ui.Map.Linker |\n\n| Argument | Type | Details |\n|----------|--------------------------|-----------------------------------------------------------------------------------------------------------------------------------------|\n| `maps` | List\\\u003cObject\\\u003e, optional | A list of maps to link. |\n| `event` | String, optional | The event to link across the maps. Defaults to \"change-bounds\". Possible events comprise: - change-bounds - change-center - change-zoom |"]]