Method: projects.featureViews.tiles.get

FeatureView の一部を示す地図タイル画像を計算します。リクエストに、前の CreateFeatureView リクエストの値が含まれている。

HTTP リクエスト

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

この URL は gRPC Transcoding 構文を使用します。

パスパラメータ

パラメータ
parent

string

FeatureView.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 をご覧ください。