Duyuru:
15 Nisan 2025'ten önce Earth Engine'i kullanmak için kaydedilen tüm ticari olmayan projelerin Earth Engine erişimini sürdürmek için
ticari olmayan uygunluğu doğrulaması gerekir.
Method: projects.featureViews.tiles.get
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Bir FeatureView'ın bir bölümünü gösteren bir harita karosu resmini hesaplar. İstek, önceki bir CreateFeatureView
isteğinde yer alan değerleri içeriyor.
HTTP isteği
GET https://earthengine.googleapis.com/v1alpha/{parent=projects/*/featureViews/*}/tiles/{zoom}/{x}/{y}
URL, gRPC Kod Dönüştürme söz dizimini kullanır.
Yol parametreleri
Parametreler |
parent |
string
FeatureView.name kaynağındaki bir harita adı.
|
zoom |
integer
İstenen harita karosunun [yakınlaştırma düzeyi][https://developers.google.com/maps/documentation/javascript/coordinates].
|
x |
integer
İstenen harita parçasının [x koordinatı][https://developers.google.com/maps/documentation/javascript/coordinates].
|
y |
integer
İstenen harita karosunun [y koordinatı][https://developers.google.com/maps/documentation/javascript/coordinates].
|
İstek içeriği
İstek metni boş olmalıdır.
Yanıt gövdesi
Başarılı olursa yanıt, biçimi yöntem tarafından tanımlanan genel bir HTTP yanıtıdır.
Yetkilendirme kapsamları
Aşağıdaki OAuth kapsamlarından birini gerektirir:
https://www.googleapis.com/auth/earthengine
https://www.googleapis.com/auth/earthengine.readonly
https://www.googleapis.com/auth/cloud-platform
https://www.googleapis.com/auth/cloud-platform.read-only
Daha fazla bilgi için OAuth 2.0 Overview sayfasına bakın.
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-25 UTC.
[null,null,["Son güncelleme tarihi: 2025-07-25 UTC."],[[["\u003cp\u003eGenerates a map tile image for a specific area of a FeatureView based on previous FeatureView creation parameters.\u003c/p\u003e\n"],["\u003cp\u003eThe request is a standard HTTP GET request with path parameters specifying the FeatureView, zoom level, and tile coordinates.\u003c/p\u003e\n"],["\u003cp\u003eRequires specific authorization scopes for access, including Earth Engine and Cloud Platform permissions.\u003c/p\u003e\n"]]],[],null,["# Method: projects.featureViews.tiles.get\n\nComputes a map tile image showing a portion of a FeatureView. The request includes values from a previous `CreateFeatureView` request.\n\n### HTTP request\n\n`GET https://earthengine.googleapis.com/v1alpha/{parent=projects/*/featureViews/*}/tiles/{zoom}/{x}/{y}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|--------------------------------------------------------------------------------------------------------------------------------------|\n| `parent` | `string` A map name from `FeatureView.name`. |\n| `zoom` | `integer` The \\[zoom level\\]\\[https://developers.google.com/maps/documentation/javascript/coordinates\\] of the requested map tile. |\n| `x` | `integer` The \\[x coordinate\\]\\[https://developers.google.com/maps/documentation/javascript/coordinates\\] of the requested map tile. |\n| `y` | `integer` The \\[y coordinate\\]\\[https://developers.google.com/maps/documentation/javascript/coordinates\\] of the requested map tile. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response is a generic HTTP response whose format is defined by the method.\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/earthengine`\n- `\n https://www.googleapis.com/auth/earthengine.readonly`\n- `\n https://www.googleapis.com/auth/cloud-platform`\n- `\n https://www.googleapis.com/auth/cloud-platform.read-only`\n\nFor more information, see the [OAuth 2.0 Overview](/identity/protocols/OAuth2)."]]