ui.Map.GeometryLayer
A layer of ee.Geometries for display as shapes on a ui.Map.
Usage | Returns |
---|
ui.Map.GeometryLayer(geometries, name, color, shown, locked) | ui.Map.GeometryLayer |
Argument | Type | Details |
---|
geometries | List, optional | The geometries with which to initialize the layer. |
name | String, optional | The name of the layer. |
color | String, optional | The CSS color of shapes in the layer, for instance
"white" or "#FFFFFF". Defaults to "#000000" (black). |
shown | Boolean, optional | Whether to show the shapes in the layer. Defaults to true. |
locked | Boolean, optional | Whether to lock shape editing in the layer. Defaults to false. |
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."],[[["`ui.Map.GeometryLayer` displays a layer of Earth Engine Geometries as shapes on a `ui.Map`."],["The layer can be customized with geometries, name, color, visibility (`shown`), and editability (`locked`)."],["Default color for shapes is black (\"#000000\") and the layer is shown and unlocked by default."],["Users can create a GeometryLayer with `ui.Map.GeometryLayer(geometries, name, color, shown, locked)`."]]],[]]