Method: projects.maps.tiles.get

計算顯示部分運算結果的地圖圖塊圖片。要求包含先前 CreateMap 要求的值 (地圖 ID 和授權權杖)。

HTTP 要求

GET https://earthengine.googleapis.com/v1beta/{parent=projects/*/maps/*}/tiles/{zoom}/{x}/{y}

這個網址使用 gRPC 轉碼語法。

路徑參數

參數
parent

string

EarthEngineMap.name 中的地圖名稱。

zoom

integer

要求的圖塊地圖的 [縮放等級][https://developers.google.com/maps/documentation/javascript/coordinates]。

x

integer

所要求地圖圖塊的 [x 座標][https://developers.google.com/maps/documentation/javascript/coordinates]。

y

integer

要求的地圖圖塊的 [y 座標][https://developers.google.com/maps/documentation/javascript/coordinates]。

要求主體

要求主體必須為空白。

回應主體

如果成功,回應會是一般 HTTP 回應,其格式由方法定義。

授權範圍

需要下列其中一種 OAuth 範圍:

  • 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

詳情請參閱 OAuth 2.0 Overview