[[["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."],[[["`toGeoJSON()` returns a GeoJSON representation of a given MultiPolygon geometry."],["This method is applicable to Geometry objects and specifically illustrated with MultiPolygon in the provided examples."],["Usage involves calling `toGeoJSON()` on a MultiPolygon instance, resulting in a GeoJSONGeometry object."],["Code examples are provided in JavaScript, Python using `geemap`, and within Google Colab environment for practical demonstration."]]],["The `toGeoJSON()` method converts a `MultiPolygon` geometry object into its GeoJSON representation. The method is applied to a `Geometry` instance, specifically `MultiPolygon`, and returns a `GeoJSONGeometry` object. In the examples, a `MultiPolygon` is defined with specific coordinates, then `toGeoJSON()` transforms it, and the output is printed. The geometries are displayed on a map to visually verify the result.\n"]]