Earth Engine, paylaşılan bilgi işlem kaynaklarını korumak ve herkes için güvenilir performans sağlamak amacıyla ticari olmayan kota katmanlarını kullanıma sunuyor. Ticari olmayan tüm projelerin 27 Nisan 2026'ya kadar bir kota katmanı seçmesi gerekir. Aksi takdirde varsayılan olarak Topluluk Katmanı kullanılır. Katman kotaları, 27 Nisan 2026'dan itibaren tüm projeler için (katman seçim tarihinden bağımsız olarak) geçerli olacaktır. Daha fazla bilgi edinin.
Method: projects.maps.tiles.get
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Bir hesaplamanın bir bölümünü gösteren bir harita karosu resmini hesaplar. İstek, önceki bir CreateMap isteğinde yer alan değerleri (harita kimliği ve yetkilendirme jetonu) içeriyor.
HTTP isteği
GET https://earthengine.googleapis.com/v1/{parent=projects/*/maps/*}/tiles/{zoom}/{x}/{y}
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-07-25 UTC."],[],["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"]]