[[["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 given geometry is unbounded, returning a boolean value (true or false)."],["This method is applicable to Geometry objects, specifically demonstrated with a Point object in the examples."],["Usage involves calling `isUnbounded()` on a Geometry object, such as `point.isUnbounded()`, and the result can be stored in a variable or printed directly."],["Examples are provided in JavaScript and Python, illustrating how to use the method and display the results."]]],[]]