Earth Engine is introducingnoncommercial quota tiers to safeguard shared compute resources and ensure reliable performance for everyone. All noncommercial projects will need to select a quota tier byApril 27, 2026 or will use the Community Tier by default. Tier quotas will take effect for all projects (regardless of tier selection date) onApril 27, 2026.Learn more.

REST Resource: projects.locations.maps

  • EarthEngineMap is a resource providing information about a map.

  • It has fields for name, expression, file format, band IDs, and visualization options.

  • It includes a method calledcreate used to generate an ID for rendering map tiles.

Resource: EarthEngineMap

Information about a map.

JSON representation
{"name":string,"expression":{object (Expression)},"fileFormat":enum (ImageFileFormat),"bandIds":[string],"visualizationOptions":{object (VisualizationOptions)}}
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

create

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 theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-03-06 UTC.