Announcement: All noncommercial projects registered to use Earth Engine before April 15, 2025 must verify noncommercial eligibility to maintain Earth Engine access.
Stay organized with collections
Save and categorize content based on your preferences.
Retrieves the value of this object from the server.
If no callback function is provided, the request is made synchronously. If a callback is provided, the request is made asynchronously.
The asynchronous mode is preferred because the synchronous mode stops all other code (for example, the EE Code Editor UI) while waiting for the server. To make an asynchronous request, evaluate() is preferred over getInfo().
Returns the computed value of this object.
Usage
Returns
BBox.getInfo(callback)
Object
Argument
Type
Details
this: computedobject
ComputedObject
The ComputedObject instance.
callback
Function, optional
An optional callback. If not supplied, the call is made synchronously.
[[["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 2023-10-06 UTC."],[[["\u003cp\u003e\u003ccode\u003egetInfo()\u003c/code\u003e retrieves the value of a ComputedObject (like a BBox) from the Earth Engine server, returning the result as a JavaScript object.\u003c/p\u003e\n"],["\u003cp\u003eThis method can be used synchronously (blocking other code execution) or asynchronously (using a callback function for non-blocking behavior).\u003c/p\u003e\n"],["\u003cp\u003eAsynchronous requests are generally preferred to prevent UI freezing and can be achieved by providing a callback function to \u003ccode\u003egetInfo()\u003c/code\u003e or using the \u003ccode\u003eevaluate()\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eExample code snippets are included for both JavaScript (Code Editor) and Python (Colab and geemap).\u003c/p\u003e\n"]]],[],null,[]]