[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2025-07-26 UTC."],[[["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"]]