Earth Engine is introducingnoncommercial quota tiersto safeguard shared compute resources and ensure reliable performance for everyone. All noncommercial projects will need to select a quota tier byApril 27, 2026or will use the Community Tier by default. Tier quotas will take effect for all projects (regardless of tier selection date) onApril 27, 2026.Learn more.
Method: projects.maps.tiles.getStay organized with collectionsSave and categorize content based on your preferences.
Page Summary
This method computes a map tile image showing a portion of a computation using values from a previousCreateMaprequest.
The request is an HTTP GET request using gRPC Transcoding syntax with parent, zoom, x, and y path parameters.
The request body must be empty and a successful response is a generic HTTP response.
Authorization requires one of several specified OAuth scopes related to Earth Engine or Cloud Platform.
Computes a map tile image showing a portion of a computation. The request includes values (a map ID and authorisation token) from a previousCreateMaprequest.
HTTP request
GET https://earthengine.googleapis.com/v1beta/{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."],[],["This content details retrieving a map tile image via a `GET` request to a specific URL: `https://earthengine.googleapis.com/v1beta/{parent}/tiles/{zoom}/{x}/{y}`. The `parent` parameter, along with `zoom`, `x`, and `y` coordinates, specify the map tile to retrieve. A map ID and authorization token (obtained via `CreateMap`) are required. The request body is empty, and a successful response is a generic HTTP response. Specific OAuth scopes are required for authorization.\n"]]