[[["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, specifically a MultiPoint in this case, into a GeoJSON representation."],["The method takes a Geometry instance as input and returns a GeoJSONGeometry object."],["This functionality is demonstrated with examples in both JavaScript and Python, showcasing how to use `toGeoJSON()` with MultiPoint geometries."],["The examples also visualize the geometries on a map using the Earth Engine API and `geemap` library."]]],["The `toGeoJSON()` method converts a `Geometry` instance, specifically a `MultiPoint`, into its GeoJSON representation. In JavaScript and Python examples, a `MultiPoint` object is created with coordinate pairs. Then `toGeoJSON()` is applied to this object, resulting in a `GeoJSONGeometry` output. The examples then display this geometry on a map using `Map.addLayer` (JavaScript) or `m.add_layer` (Python) functions.\n"]]