[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-08-04。"],[[["Creates a unique map ID for rendering map tiles based on computations."],["This ID is used with `GetTile` requests to display the results on a map."],["Requires an expression and output options for generating the map ID, valid for a few hours."],["Output data should be compatible with the requested image format, such as JPEG or PNG."],["Primarily used to visualize computational outputs on map viewports."]]],["`maps.create` generates a map ID by evaluating an expression and applying output options. This ID, valid for a few hours, is used with `GetTile` to retrieve image data for any tile, location, and zoom level. The computation output must have one or three bands for JPEG/PNG format, with values clipped to 0-255. The request requires `earthengine.maps.create` IAM permission and an OAuth scope. A user-supplied `workloadTag` can be provided.\n"]]