Pengumuman: Semua project nonkomersial yang terdaftar untuk menggunakan Earth Engine sebelum 15 April 2025 harus memverifikasi kelayakan nonkomersial untuk mempertahankan akses Earth Engine.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-07-26 UTC."],[[["The `coordinates()` method returns a GeoJSON-style list of a geometry's coordinates, specifically for LineString geometries."],["This method is accessible through the `LineString` object and returns a list of coordinate pairs."],["Usage examples are provided in both JavaScript and Python, demonstrating how to retrieve and utilize the coordinates of a LineString."]]],["The `coordinates()` method extracts and returns a list of a geometry's coordinates in GeoJSON format. Applied to a `LineString` object, it outputs a list. For instance, a `LineString` defined by `[[-122.09, 37.42], [-122.08, 37.43]]` would result in the corresponding list of coordinates. The provided examples demonstrate this method's use in both JavaScript and Python, including how to visualize the `LineString` geometry on a map.\n"]]