[[["易于理解","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 map ID for rendering map tiles based on computations using the `maps.create` function."],["This ID is used with `GetTile` requests to retrieve image data for specific locations and zoom levels within the computed map."],["Output data needs to be compatible with JPEG or PNG format, such as having 1-3 bands with values between 0-255."],["Map IDs are temporary and valid for a few hours, generally used to display visualizations within a map viewport."],["Authorization is required and can be obtained using various OAuth scopes including earthengine, cloud-platform, and their readonly counterparts."]]],["This outlines the `maps.create` process for generating map tiles. It involves sending a POST request to create a map ID, specifying an expression and output options. This ID represents a computed image. Subsequent `GetTile` requests use this ID to retrieve image data for specific tiles at any zoom level. The map ID remains valid for a limited period. The process requires specific IAM permissions, a user-supplied tag, and OAuth scopes, output format should be compatible with JPEG or PNG format.\n"]]