Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Tính toán hình ảnh thẻ thông tin bản đồ cho thấy một phần của phép tính. Yêu cầu này bao gồm các giá trị (mã bản đồ và mã thông báo uỷ quyền) từ một yêu cầu CreateMap trước đó.
Yêu cầu HTTP
GET https://earthengine.googleapis.com/v1beta/{parent=projects/*/maps/*}/tiles/{zoom}/{x}/{y}
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-03-06 UTC."],[[["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"]]