ee.Image.getInfo

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.

UsageReturns
Image.getInfo(callback)ImageDescription
ArgumentTypeDetails
this: imageImageThe Image instance.
callbackFunction, optionalAn 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.