[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 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"]]