Thông báo: Tất cả dự án phi thương mại đã đăng ký sử dụng Earth Engine trước ngày 15 tháng 4 năm 2025 phải xác minh điều kiện sử dụng phi thương mại để duy trì quyền truy cập vào Earth Engine.
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/v1/{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-07-25 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 previous `CreateMap` request."],["The request specifies the desired map tile using zoom level and x/y coordinates."],["Successful responses are generic HTTP responses with format determined by the method used."],["Requires authorization with specific OAuth scopes for Earth Engine or Cloud Platform access."]]],["This content details the process for retrieving a map tile image. It uses a `GET` request to a specific URL structure, including map ID, authorization token, zoom level, and x/y coordinates. The `parent`, `zoom`, `x`, and `y` parameters define the tile location. The request body must be empty. The successful response is a generic HTTP response. Authorization requires specific OAuth scopes, such as `earthengine` or `cloud-platform`.\n"]]