Stay organized with collections
Save and categorize content based on your preferences.
Computes a map tile image showing a portion of a computation. The request includes values (a map ID and authorisation token) from a previous CreateMap request.
HTTP request
GET https://earthengine.googleapis.com/v1/{parent=projects/*/maps/*}/tiles/{zoom}/{x}/{y}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-06 UTC."],[[["Retrieves a map tile image for a specific portion of a computation using a GET request."],["Requires a map ID and authorization token obtained from a previous `CreateMap` request."],["The request specifies the desired map tile using zoom level and x/y coordinates."],["Successful responses are generic HTTP responses with format determined by the method used."],["Requires authorization with specific OAuth scopes for Earth Engine or Cloud Platform access."]]],["This content details the process for retrieving a map tile image. It uses a `GET` request to a specific URL structure, including map ID, authorization token, zoom level, and x/y coordinates. The `parent`, `zoom`, `x`, and `y` parameters define the tile location. The request body must be empty. The successful response is a generic HTTP response. Authorization requires specific OAuth scopes, such as `earthengine` or `cloud-platform`.\n"]]