Announcement: All noncommercial projects registered to use Earth Engine before
April 15, 2025 must
verify noncommercial eligibility to maintain Earth Engine access.
ui.Map.Linker
Stay organized with collections
Save and categorize content based on your preferences.
A utility for creating linked maps.
Usage | Returns | ui.Map.Linker(maps, event) | ui.Map.Linker |
Argument | Type | Details | maps | List<Object>, optional | A list of maps to link. |
event | String, optional | The event to link across the maps. Defaults to
"change-bounds". Possible events comprise:
- change-bounds
- change-center
- change-zoom
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-08 UTC.
[null,null,["Last updated 2025-07-08 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 |"]]