Duyuru: 15 Nisan 2025'ten önce Earth Engine'i kullanmak için kaydedilen tüm ticari olmayan projelerin Earth Engine erişimini sürdürmek için ticari olmayan uygunluğu doğrulaması gerekir.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-07-26 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"]]