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.
[[["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-03-06 UTC."],[[["EarthEngineMap is a resource that represents a map within Google Earth Engine, defined by an expression, file format, optional band selection, and visualization options."],["It allows you to create and render map tiles based on the computed results of the given expression."],["You can customize the visualization of the map tiles by specifying bands and using visualization options to produce an 8-bit RGB representation of the data."],["EarthEngineMap resources are identified by a unique name in the format \"projects/*/maps/**\"."]]],["This document outlines the structure and creation of Earth Engine maps. A map is defined by its `name`, an `expression` for computation, and a `fileFormat` for output. Users can specify `bandIds` to select specific bands or use `visualizationOptions` for RGB visualization. The core action is creating a map ID via the `create` method, allowing the rendering of map tiles based on a given computation. This method can be reached through `projects.locations.maps`.\n"]]