[[["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 geometries contained within a GeometryCollection or a single geometry if called on a single geometry like a Point."],["This method is useful for accessing individual geometries within a complex geometry object, enabling further analysis or manipulation."],["When applied to a Point object, `geometries()` returns a list with the Point itself as the sole element."],["The examples provided demonstrate how to use `geometries()` in both JavaScript and Python, illustrating its application with a Point geometry."]]],[]]