تاريخ التعديل الأخير: 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 (حسب التوقيت العالمي المتفَّق عليه)"],[[["The `coordinates()` method retrieves a GeoJSON-style list of coordinates representing a geometry's shape."],["This method is applicable to `Geometry` objects in Earth Engine."],["It returns a list containing the coordinates defining the geometry."],["The returned coordinates are structured according to GeoJSON specifications."],["Examples are provided demonstrating the usage in both JavaScript and Python environments within the Earth Engine Code Editor and Colab."]]],["The `Geometry.coordinates()` method extracts and returns a GeoJSON-style list of a geometry's coordinates. This method is applied to a Geometry object, which is defined with a type and its coordinates. The output is a list. The provided examples in JavaScript and Python demonstrate defining a polygon geometry and retrieving its coordinates using this method, and displaying it on a map.\n"]]