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 resources represent maps and are defined by a name, expression to compute, file format, optional band IDs, and visualization options."],["The map resource uses an expression to generate map tiles and allows customization through file format, band selection, and visualization settings."],["Users can create EarthEngineMap resources using the `create` method, which generates an ID for rendering map tiles based on the defined expression and configurations."]]],["The content describes the \"EarthEngineMap\" resource, detailing its structure and function. Key components include `name`, `expression` (for computation), `fileFormat` (output format), `bandIds` (specific band selection), and `visualizationOptions` (RGB visualization settings). The resource allows defining the map's data source, how to compute it, how to represent it, how to visualize it and its output format. The core action is using the `create` method to generate a map ID for rendering computation results.\n"]]