[[["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."],[[["Returns a list of geometries contained within a GeometryCollection or a single geometry in a list."],["When applied to single geometries like a Polygon, it returns a list containing that single geometry."],["Useful for accessing individual components of a complex or multipart geometry."],["Demonstrated with examples in JavaScript and Python using the Earth Engine API."]]],["The `geometries()` method, when applied to a geometry object, returns a list. For a `GeometryCollection`, it returns a list of the contained geometries. If the geometry is not a collection, it returns a singleton list containing just that geometry. The examples demonstrate applying `geometries()` to a `Polygon` object, storing the output, printing the result, and displaying the polygon on a map, both in JavaScript and Python.\n"]]