[[["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."],[[["`Dictionary.getGeometry()` extracts a named geometry value (as an ee.Geometry object) from an input dictionary using a specified key."],["The method requires a dictionary object and a string key as input."],["Examples in JavaScript, Python, and Colab demonstrate how to use `Dictionary.getGeometry()` to retrieve geometry information from dictionaries."]]],["The `getGeometry(key)` method retrieves a geometry object from a dictionary using a specified key. The method requires a dictionary and a string key as input. It returns a `Geometry` object, if the key `\"Geometry\"` exist, otherwise it may return `null`. Examples demonstrate retrieving the geometry using both JavaScript and Python, showcasing how to extract the geometry value associated with the `\"Geometry\"` key from a dictionary.\n"]]