[[["容易理解","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"]],["上次更新時間:2025-03-06 (世界標準時間)。"],[[["Retrieves a map tile image for a specific portion of a computation using a GET request."],["Requires a map ID and authorization token obtained from a prior `CreateMap` request."],["The request specifies the desired map tile using zoom level and x, y coordinates."],["Authorization can be granted using one of four provided OAuth scopes related to Earth Engine or Cloud Platform access."],["The successful response is a generic HTTP response whose format depends on the method used."]]],["This content details retrieving a map tile image via a `GET` request to a specific URL: `https://earthengine.googleapis.com/v1beta/{parent}/tiles/{zoom}/{x}/{y}`. The `parent` parameter, along with `zoom`, `x`, and `y` coordinates, specify the map tile to retrieve. A map ID and authorization token (obtained via `CreateMap`) are required. The request body is empty, and a successful response is a generic HTTP response. Specific OAuth scopes are required for authorization.\n"]]