تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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 (حسب التوقيت العالمي المتفَّق عليه)"],[[["Returns a new Feature representing the geometric areas where either of the input Features exist, but not both."],["Input requires two Features: `left` (properties are retained in output) and `right` (properties are discarded)."],["Optional parameters include `maxError` for reprojection tolerance and `proj` to define the operation's projection (defaults to spherical with meter units)."]]],["The `symmetricDifference` function calculates the symmetric difference between the geometries of two features (`left` and `right`). The function returns a new `Feature` with the resultant geometry. Properties are copied from the `left` feature, while the `right` feature's properties are ignored. The operation can be performed with a specified `maxError` tolerance and `proj` projection; defaulting to a spherical system with meter distances if a projection is not specified.\n"]]