تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","easyToUnderstand","thumb-up"],["ساعَدني المحتوى في حلّ مشكلتي.","solvedMyProblem","thumb-up"],["غير ذلك","otherUp","thumb-up"]],[["لا يحتوي على المعلومات التي أحتاج إليها.","missingTheInformationINeed","thumb-down"],["الخطوات معقدة للغاية / كثيرة جدًا.","tooComplicatedTooManySteps","thumb-down"],["المحتوى قديم.","outOfDate","thumb-down"],["ثمة مشكلة في الترجمة.","translationIssue","thumb-down"],["مشكلة في العيّنات / التعليمات البرمجية","samplesCodeIssue","thumb-down"],["غير ذلك","otherDown","thumb-down"]],["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["`toGeoJSONString()` returns a GeoJSON string representation of an Earth Engine Geometry object."],["This method can be used with Polygon geometries to convert them to GeoJSON format."],["The returned GeoJSON string can be used for interoperability with other geospatial tools and libraries."],["Code examples are provided in JavaScript and Python demonstrating how to use this method."]]],["The `toGeoJSONString()` method converts a geometry object, specifically a Polygon in the provided examples, into its GeoJSON string representation. This method is applicable to a `Geometry` instance. Both JavaScript and Python code examples are provided. The examples create a polygon, apply `toGeoJSONString()`, print the resulting string, and then visualize the polygon on a map. The method's output is always a string.\n"]]