[[["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, specifically \"MultiPoint\" in this case."],["It can be applied to a MultiPoint object to determine its type, which is returned as a string."],["The usage is demonstrated with examples in both JavaScript and Python within the Google Earth Engine environment."]]],["The `type()` method, applicable to geometry objects like `MultiPoint`, returns the GeoJSON type as a string. For instance, applying `type()` to a defined `MultiPoint` object, such as `ee.Geometry.MultiPoint([[-122.082, 37.420], [-122.081, 37.426]])`, outputs \"MultiPoint\". The provided examples demonstrate the usage in JavaScript and Python, including defining a `MultiPoint`, using the `type()` method, printing the type, and displaying the geometry on a map.\n"]]