Announcement: All noncommercial projects registered to use Earth Engine before April 15, 2025 must verify noncommercial eligibility to maintain Earth Engine access.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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,["\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 |"]]