Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Calcula una imagen de mosaico de mapa que muestra una parte de una vista de funciones. La solicitud incluye valores de una solicitud CreateFeatureView anterior.
Solicitud HTTP
GET https://earthengine.googleapis.com/v1/{parent=projects/*/featureViews/*}/tiles/{zoom}/{x}/{y}
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-03-06 (UTC)"],[[["Retrieves a map tile image displaying a section of a FeatureView based on parameters from a prior `CreateFeatureView` request."],["The request is an HTTP GET request and utilizes gRPC Transcoding syntax, requiring specific path parameters such as parent (FeatureView name), zoom level, and x/y coordinates of the tile."],["An empty request body is necessary, and a successful response conforms to the method's defined HTTP response format."],["Authorization requires one of four OAuth scopes, including Earth Engine read/write, Earth Engine read-only, Cloud Platform read/write, or Cloud Platform read-only access."]]],["This content details retrieving a map tile image via a `GET` request to a specific URL structure. The URL path requires the `parent` (FeatureView name), and `zoom`, `x`, and `y` coordinates for the desired tile. The request body must be empty. Successful requests return a generic HTTP response. Authorization requires specific OAuth scopes related to Earth Engine or Cloud Platform access. The process relies on information from a prior `CreateFeatureView` request.\n"]]