Announcement: All noncommercial projects registered to use Earth Engine before April 15, 2025 must verify noncommercial eligibility to maintain Earth Engine access.
[[["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."],[[["\u003cp\u003e\u003ccode\u003etoGeoJSON()\u003c/code\u003e returns a GeoJSON representation of a given MultiPolygon geometry.\u003c/p\u003e\n"],["\u003cp\u003eThis method is applicable to Geometry objects and specifically illustrated with MultiPolygon in the provided examples.\u003c/p\u003e\n"],["\u003cp\u003eUsage involves calling \u003ccode\u003etoGeoJSON()\u003c/code\u003e on a MultiPolygon instance, resulting in a GeoJSONGeometry object.\u003c/p\u003e\n"],["\u003cp\u003eCode examples are provided in JavaScript, Python using \u003ccode\u003egeemap\u003c/code\u003e, and within Google Colab environment for practical demonstration.\u003c/p\u003e\n"]]],["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"],null,[]]