Announcement: All noncommercial projects registered to use Earth Engine before
April 15, 2025 must
verify noncommercial eligibility to maintain Earth Engine access.
REST Resource: projects.maps
Stay organized with collections
Save and categorize content based on your preferences.
Resource: EarthEngineMap
Fields |
name |
string
The resource name representing the map, of the form "projects/*/maps/**" (e.g. "projects/earthengine-legacy/maps/").
|
expression |
object (Expression )
The expression to compute.
|
fileFormat |
enum (ImageFileFormat )
The output file format in which to generate the map tiles.
|
bandIds[] |
string
If present, specifies a specific set of bands that will be selected from the result of evaluating the given expression. If not present, all bands resulting from the expression will be selected.
|
visualizationOptions |
object (VisualizationOptions )
If present, a set of visualization options to apply to produce an 8-bit RGB visualization of the data.
|
Methods |
|
Creates an ID that can be used to render map tiles showing the results of a computation. |
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 2025-03-06 UTC.
[null,null,["Last updated 2025-03-06 UTC."],[[["\u003cp\u003eEarthEngineMap is a resource that represents a map and can be used to render map tiles showing the results of a computation.\u003c/p\u003e\n"],["\u003cp\u003eIt includes fields like \u003ccode\u003ename\u003c/code\u003e, \u003ccode\u003eexpression\u003c/code\u003e, \u003ccode\u003efileFormat\u003c/code\u003e, \u003ccode\u003ebandIds\u003c/code\u003e, and \u003ccode\u003evisualizationOptions\u003c/code\u003e to define the map's properties and how it's visualized.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eexpression\u003c/code\u003e field defines the computation to be performed, while \u003ccode\u003evisualizationOptions\u003c/code\u003e control the visual representation of the data.\u003c/p\u003e\n"],["\u003cp\u003eYou can use the \u003ccode\u003ecreate\u003c/code\u003e method to generate an ID for rendering the map tiles based on the specified configuration.\u003c/p\u003e\n"]]],[],null,["# REST Resource: projects.maps\n\nResource: EarthEngineMap\n------------------------\n\nInformation about a map.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"expression\": { object (/earth-engine/reference/rest/v1beta/Expression) }, \"fileFormat\": enum (/earth-engine/reference/rest/v1beta/ImageFileFormat), \"bandIds\": [ string ], \"visualizationOptions\": { object (/earth-engine/reference/rest/v1beta/VisualizationOptions) } } ``` |\n\n| Fields ||\n|------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` The resource name representing the map, of the form \"projects/\\*/maps/\\*\\*\" (e.g. \"projects/earthengine-legacy/maps/\"). |\n| `expression` | `object (`[Expression](/earth-engine/reference/rest/v1beta/Expression)`)` The expression to compute. |\n| `fileFormat` | `enum (`[ImageFileFormat](/earth-engine/reference/rest/v1beta/ImageFileFormat)`)` The output file format in which to generate the map tiles. |\n| `bandIds[]` | `string` If present, specifies a specific set of bands that will be selected from the result of evaluating the given expression. If not present, all bands resulting from the expression will be selected. |\n| `visualizationOptions` | `object (`[VisualizationOptions](/earth-engine/reference/rest/v1beta/VisualizationOptions)`)` If present, a set of visualization options to apply to produce an 8-bit RGB visualization of the data. |\n\n| Methods ------- ||\n|------------------------------------------------------------------------|------------------------------------------------------------------------------------------|\n| ### [create](/earth-engine/reference/rest/v1beta/projects.maps/create) | Creates an ID that can be used to render map tiles showing the results of a computation. |"]]