ui.Map.Linker
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
כלי ליצירת מפות מקושרות.
שימוש | החזרות |
---|
ui.Map.Linker(maps, event) | ui.Map.Linker |
ארגומנט | סוג | פרטים |
---|
maps | List<Object>, אופציונלי | רשימה של מפות לקישור. |
event | מחרוזת, אופציונלי | האירוע לקישור בין המפות. ברירת המחדל היא
'change-bounds'. האירועים האפשריים כוללים:
- change-bounds
- change-center
- change-zoom
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-25 (שעון UTC)."],[[["\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 |"]]