[[["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 `toGeoJSON()` function returns a GeoJSON representation of a given Earth Engine geometry, such as a LineString."],["This function can be used with any Earth Engine Geometry object, and it takes no arguments besides the Geometry instance itself."],["Examples are provided in both JavaScript and Python (using `geemap`) to showcase the function's usage and display the resulting GeoJSON."]]],["The `toGeoJSON()` method converts a geometry instance into a GeoJSON representation. It's applicable to a `LineString` object, as demonstrated in both JavaScript and Python examples. The code defines a `LineString` using coordinates, applies `toGeoJSON()`, and outputs the result. Both examples also display the original `LineString` on a map. The method takes one argument: `geometry` as an instance of `Geometry`. It returns a `GeoJSONGeometry` object.\n"]]