تاریخ آخرین بهروزرسانی 2025-07-29 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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 بهوقت ساعت هماهنگ جهانی."],[[["`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"]]