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\u003e\u003ccode\u003eui.Map.GeometryLayer\u003c/code\u003e displays a layer of Earth Engine Geometries as shapes on a \u003ccode\u003eui.Map\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe layer can be customized with geometries, name, color, visibility (\u003ccode\u003eshown\u003c/code\u003e), and editability (\u003ccode\u003elocked\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eDefault color for shapes is black ("#000000") and the layer is shown and unlocked by default.\u003c/p\u003e\n"],["\u003cp\u003eUsers can create a GeometryLayer with \u003ccode\u003eui.Map.GeometryLayer(geometries, name, color, shown, locked)\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# ui.Map.GeometryLayer\n\n\u003cbr /\u003e\n\nA layer of ee.Geometries for display as shapes on a ui.Map.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|----------------------------------------------------------------------------------------|----------------------|\n| `ui.Map.GeometryLayer(`*geometries* `, `*name* `, `*color* `, `*shown* `, `*locked*`)` | ui.Map.GeometryLayer |\n\n| Argument | Type | Details |\n|--------------|----------------------------|---------------------------------------------------------------------------------------------------------|\n| `geometries` | List\\\u003cGeometry\\\u003e, optional | The geometries with which to initialize the layer. |\n| `name` | String, optional | The name of the layer. |\n| `color` | String, optional | The CSS color of shapes in the layer, for instance \"white\" or \"#FFFFFF\". Defaults to \"#000000\" (black). |\n| `shown` | Boolean, optional | Whether to show the shapes in the layer. Defaults to true. |\n| `locked` | Boolean, optional | Whether to lock shape editing in the layer. Defaults to false. |"]]