[[["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()` converts an Earth Engine Geometry object into a GeoJSON representation."],["This function takes a Geometry object as input and returns a GeoJSON Geometry object."],["The provided examples demonstrate how to use this function in JavaScript and Python."],["The GeoJSON output can be used for further processing or visualization in other geospatial tools."]]],["The core content details the `toGeoJSON()` method, which converts a Geometry object into a GeoJSON representation. It takes a Geometry instance as an argument and returns a GeoJSONGeometry. The provided examples demonstrate how to define a polygon Geometry, apply the `toGeoJSON()` method to it, and visualize the geometry on a map, using JavaScript and Python. Both examples print the GeoJSON to the console and display the original geometry on a map.\n"]]