[[["わかりやすい","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 UTC。"],[[["The `coordinates()` method returns a GeoJSON-style list of a geometry's coordinates, specifically for a bounding box (BBox) geometry."],["It takes a Geometry object, specifically a BBox, as input and returns a list of coordinates."],["This method can be used to extract the coordinates of a bounding box for further processing or analysis within the Earth Engine environment."],["Example code snippets are provided in JavaScript and Python to demonstrate the usage and output of the `coordinates()` method."]]],["The `coordinates()` method, when applied to a `Geometry` object (like `BBox`), returns a list representing the geometry's coordinates in GeoJSON format. For instance, a `BBox` defined by specific coordinates, when using the method, outputs a list of these coordinates. Examples provided demonstrate the method's usage in JavaScript and Python, showcasing how to define a `BBox`, extract its coordinates, and display the geometry on a map.\n"]]