Method: projects.featureViews.tiles.get

Tính toán hình ảnh thẻ thông tin trên bản đồ cho thấy một phần của FeatureView. Yêu cầu này bao gồm các giá trị từ một yêu cầu CreateFeatureView trước đó.

Yêu cầu HTTP

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

URL sử dụng cú pháp Chuyển mã gRPC.

Tham số đường dẫn

Thông số
parent

string

Tên bản đồ từ FeatureView.name.

zoom

integer

[Mức thu phóng][https://developers.google.com/maps/documentation/javascript/coordinates] của thẻ thông tin bản đồ được yêu cầu.

x

integer

[Toạ độ x][https://developers.google.com/maps/documentation/javascript/coordinates] của thẻ thông tin bản đồ được yêu cầu.

y

integer

[Toạ độ y][https://developers.google.com/maps/documentation/javascript/coordinates] của ô bản đồ được yêu cầu.

Nội dung yêu cầu

Nội dung yêu cầu phải trống.

Nội dung phản hồi

Nếu thành công, phản hồi sẽ là một phản hồi HTTP chung có định dạng do phương thức xác định.

Phạm vi uỷ quyền

Yêu cầu một trong các phạm vi OAuth sau:

  • 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

Để biết thêm thông tin, hãy xem OAuth 2.0 Overview.