[[["이해하기 쉬움","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-29(UTC)"],[[["`perimeter()` calculates the total length of the outside edges of a geometry, like a rectangle or polygon."],["For complex shapes with multiple parts, it adds up the perimeter of each individual part."],["You can choose to get the perimeter in meters or in the units of a specific map projection."],["An optional `maxError` parameter controls the accuracy of calculations, especially during projection."]]],["The `perimeter()` method calculates the total perimeter of a geometry's polygonal parts. For multi-geometries, it sums the perimeters of individual components. It takes `maxError` (tolerated reprojection error) and `proj` (output projection units) as optional arguments. The default `proj` is meters. The method, applied to a rectangle object, returns a float representing the calculated perimeter, which can be displayed with other parameters.\n"]]