[[["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 `isUnbounded()` method determines if a geometry is unbounded, returning a boolean value (true if unbounded, false if bounded)."],["It is specifically designed for use with `MultiPoint` geometries in Google Earth Engine."],["The method takes the geometry as input and returns `false` indicating that `MultiPoint` geometries are always bounded."],["Examples are provided in JavaScript and Python to illustrate how to apply the `isUnbounded()` method and display results on a map."]]],["The `isUnbounded()` method, applicable to `Geometry` objects like `MultiPoint`, determines if a geometry is unbounded, returning a Boolean. It takes a `Geometry` object as input and returns `true` if the geometry is unbounded, and `false` otherwise. Examples show creating a `MultiPoint` object and applying `isUnbounded()`, printing the Boolean result, then displaying the geometry. Both JavaScript and Python code are provided.\n"]]