[[["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 the geometries within a GeometryCollection or a single geometry in a list."],["Applies to Geometry objects, specifically demonstrated with LinearRing in the examples."],["Useful for accessing individual components of complex or single geometries in Earth Engine."],["Demonstrated using both JavaScript and Python code snippets in the provided examples."]]],["The `geometries()` method extracts geometries from a `GeometryCollection` or returns a singleton list containing the geometry itself. For example, applying `geometries()` to a `LinearRing` object, as demonstrated in both JavaScript and Python examples, results in a list. The code shows the creation of a `LinearRing`, the application of `.geometries()`, the printing of the result, and the visualization on a map using specified coordinates and color.\n"]]