[[["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 `type()` method returns the GeoJSON type of a geometry object as a string, specifically \"Rectangle\" in this case."],["It can be applied to any Geometry object, such as a Rectangle, to determine its type."],["Examples are provided in JavaScript, Python using `geemap`, and Colab using `geemap`, showcasing how to retrieve and print the geometry type."]]],["The `type()` method returns the GeoJSON type of a geometry object as a string. It is applied to a geometry object, such as a `Rectangle`. The method takes a geometry object as an argument. When executed on a defined rectangle, `rectangle.type()` returns the string representing its type. Example code demonstrates defining a rectangle, calling the `type()` method, and printing or displaying the type, which represents the geometric figure.\n"]]