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 sundu. Ticari olmayan projelerde varsayılan olarak Community Katmanı kullanılır. Ancak bir projenin katmanını istediğiniz zaman değiştirebilirsiniz.
Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
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"]]