[[["容易理解","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 displaying a section of a FeatureView based on parameters from a prior `CreateFeatureView` request."],["The request is an HTTP GET request and utilizes gRPC Transcoding syntax, requiring specific path parameters such as parent (FeatureView name), zoom level, and x/y coordinates of the tile."],["An empty request body is necessary, and a successful response conforms to the method's defined HTTP response format."],["Authorization requires one of four OAuth scopes, including Earth Engine read/write, Earth Engine read-only, Cloud Platform read/write, or Cloud Platform read-only access."]]],["This content details retrieving a map tile image via a `GET` request to a specific URL structure. The URL path requires the `parent` (FeatureView name), and `zoom`, `x`, and `y` coordinates for the desired tile. The request body must be empty. Successful requests return a generic HTTP response. Authorization requires specific OAuth scopes related to Earth Engine or Cloud Platform access. The process relies on information from a prior `CreateFeatureView` request.\n"]]