[[["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."],[[["`toGeoJSONString()` is a method that returns a GeoJSON string representation of an Earth Engine Geometry object, such as a Point."],["This method takes a Geometry object as input and returns a string containing the GeoJSON representation."],["The provided examples demonstrate how to use `toGeoJSONString()` in both JavaScript and Python environments to convert a Point geometry to a GeoJSON string and display it."]]],["The `toGeoJSONString()` method converts a geometry object into its GeoJSON string representation. It takes a `Geometry` instance as input. The method is available for `Point` objects in both JavaScript and Python. Example usages demonstrate creating a `Point` object, applying `toGeoJSONString()`, and printing the resulting GeoJSON string. The example also shows how to add the point on the map in black color.\n"]]