Announcement: On
November 13, 2024, all users will need to
use a Cloud project in order to access Earth Engine. After this date, continued individual access without a Cloud project will require
an exception.
ui.Map.Layer
A layer generated from an Earth Engine object for display on a ui.Map.
Usage | Returns | ui.Map.Layer(eeObject, visParams, name, shown, opacity) | ui.Map.Layer |
Argument | Type | Details | eeObject | Collection|Feature|Image, optional | The object to add to the map. Defaults to an empty ee.Image. |
visParams | FeatureVisualizationParameters|ImageVisualizationParameters, optional | The visualization parameters. See ee.data.getMapId() docs. |
name | String, optional | The name of the layer. |
shown | Boolean, optional | Whether the layer is initially shown. Defaults to true. |
opacity | Number, optional | The layer's opacity represented as a number between 0 and 1. Defaults to 1. |
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."],[[["A ui.Map.Layer is used to display Earth Engine objects (like Images, Features, or Collections) on a ui.Map."],["You can customize the layer's appearance using visualization parameters, name, visibility, and opacity."],["The `ui.Map.Layer()` constructor takes the Earth Engine object, visualization parameters, name, visibility, and opacity as arguments for creating a new layer."],["By default, a new layer will display an empty ee.Image, be fully visible (opacity 1), and be named based on the Earth Engine object used."]]],[]]