تاريخ التعديل الأخير: 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 (حسب التوقيت العالمي المتفَّق عليه)"],[[["`difference()` returns a Geometry representing the portion of the 'left' geometry that does not intersect with the 'right' geometry."],["This method can be used with MultiPolygon geometries to find the areas where they do not overlap with another geometry."],["Optional parameters include `maxError` for reprojection tolerance and `proj` for specifying the projection."],["The result of this operation can be used in further geospatial analysis or visualization."]]],["The `difference` method subtracts a 'right' geometry from a 'left' geometry (a `MultiPolygon`). It returns a new `Geometry` object. Key arguments include the `right` geometry, an optional `maxError` for reprojection tolerance, and an optional `proj` for the operation's projection. The operation is performed in a spherical coordinate system by default. Examples illustrate creating a `MultiPolygon`, defining a `BBox`, applying the difference method and displaying the output.\n"]]