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.add
Stay organized with collections
Save and categorize content based on your preferences.
Appends an element to the list.
Returns this ui.data.ActiveList.
Usage | Returns | Linker.add(el) | ui.data.ActiveList |
Argument | Type | Details | this: ui.data.activelist | ui.data.ActiveList | The ui.data.ActiveList instance. |
el | Object | The element to add. |
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 2023-10-06 UTC.
[null,null,["Last updated 2023-10-06 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eadd\u003c/code\u003e method appends an element to the \u003ccode\u003eui.data.ActiveList\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt returns the \u003ccode\u003eui.data.ActiveList\u003c/code\u003e instance, allowing for method chaining.\u003c/p\u003e\n"],["\u003cp\u003eThe method is called on a \u003ccode\u003eui.data.ActiveList\u003c/code\u003e instance and accepts the element to be added as an argument.\u003c/p\u003e\n"]]],[],null,["# ui.Map.Linker.add\n\n\u003cbr /\u003e\n\nAppends an element to the list.\n\n\u003cbr /\u003e\n\nReturns this ui.data.ActiveList.\n\n| Usage | Returns |\n|------------------|--------------------|\n| Linker.add`(el)` | ui.data.ActiveList |\n\n| Argument | Type | Details |\n|----------------------------|--------------------|----------------------------------|\n| this: `ui.data.activelist` | ui.data.ActiveList | The ui.data.ActiveList instance. |\n| `el` | Object | The element to add. |"]]