[[["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."],[[["This function retrieves the Earth Engine object (Collection, Feature, or Image) associated with a specific layer."],["It is used with a `ui.Map.Layer` instance and returns the underlying Earth Engine object, enabling further data processing or analysis within the Earth Engine environment."]]],["The `Layer.getEeObject()` method retrieves the underlying Earth Engine object associated with a map layer. This method returns a `Collection`, `Feature`, or `Image` object. It operates on a `ui.Map.Layer` instance, denoted as `this: ui.Map.Layer`, representing the specific layer within the map user interface from which the data is retrieved.\n"]]