[[["わかりやすい","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。"],[[["`area()` calculates the area of a geometry, returning 0 for points and linestrings and the sum of areas for multi-geometries."],["For geometries other than points and linestrings, the calculated area is in square meters unless a projection (`proj`) is specified."],["An optional `maxError` parameter can be set to control the error tolerance during reprojection."]]],["The `area()` method calculates the area of a given geometry. Points and line strings have an area of 0. Multi-geometries' area is the sum of their components' areas, including overlapping areas multiple times. The method accepts `maxError` to control reprojection accuracy and `proj` to specify the output's units. Without `proj`, the area is in square meters. Examples show calculating the area of a LineString in JavaScript and Python, printing the results and displaying the geometry.\n"]]