FeatureView의 일부를 보여주는 지도 타일 이미지를 계산합니다. 요청에 이전 CreateFeatureView
요청의 값이 포함됩니다.
HTTP 요청
GET https://earthengine.googleapis.com/v1alpha/{parent=projects/*/featureViews/*}/tiles/{zoom}/{x}/{y}
URL은 gRPC 트랜스코딩 문법을 사용합니다.
경로 매개변수
매개변수 | |
---|---|
parent |
|
zoom |
요청된 지도 타일의 [확대/축소 수준][https://developers.google.com/maps/documentation/javascript/coordinates] 입니다. |
x |
요청된 지도 타일의 [x 좌표][https://developers.google.com/maps/documentation/javascript/coordinates] 입니다. |
y |
요청된 지도 타일의 [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를 참고하세요.