Stay organized with collections
Save and categorize content based on your preferences.
An imperative function that returns information about this image via an AJAX call.
Returns a description of the image. Includes:
- bands - a list containing metadata about the bands in the collection.
- properties - a dictionary containing the image's metadata properties.
Usage
Returns
Image.getInfo(callback)
ImageDescription
Argument
Type
Details
this: image
Image
The Image instance.
callback
Function, optional
An optional callback. If not supplied, the call is made synchronously. If supplied, will be called with the first parameter if successful and the second if unsuccessful.
[[["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."],[[["`Image.getInfo` is an imperative function that retrieves image metadata via an AJAX call, returning an `ImageDescription` object."],["The `ImageDescription` object contains two key elements: `bands` (metadata about image bands) and `properties` (a dictionary of image metadata properties)."],["This function can be used synchronously or asynchronously by supplying an optional callback function that handles the results."]]],[]]