[[["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."],[[["The `geometries()` method returns a list of individual geometries contained within a GeometryCollection or a single geometry for simple geometries."],["When applied to a MultiPoint, `geometries()` returns a list of the Points within the MultiPoint."],["This method is accessible in both JavaScript and Python environments within Google Earth Engine."],["The examples demonstrate how to use `geometries()` with a MultiPoint and display the results."]]],["The `geometries()` method extracts and returns a list of geometries from a `GeometryCollection` or a single-geometry list. For example, applying `geometries()` to a `MultiPoint` object returns a list of the point geometries. The code examples demonstrate this in both JavaScript and Python, by creating a `MultiPoint`, applying `geometries()`, then printing and displaying the results on a map, using Google Earth Engine library.\n"]]