[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 2025-07-26 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"]]