[[["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 within a GeometryCollection or a single geometry if applied to individual geometries."],["This method is applicable to `Geometry` objects, such as `BBox`, and provides access to their underlying geometric components."],["The output is a `List` containing the extracted geometries."],["Usage examples are provided in JavaScript and Python, illustrating how to retrieve and utilize the geometries of a bounding box."]]],["The `geometries()` method retrieves a list of geometries from a `GeometryCollection` or returns a single-element list for individual geometries. It is invoked on a `Geometry` object, such as a `BBox`. The function returns a List. In the examples, a `BBox` is defined, and the `geometries()` method is used to obtain its geometries which are printed. The resulting geometry is displayed on a map. Both JavaScript and Python (with Colab) examples are provided.\n"]]