[[["เข้าใจง่าย","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"],[[["`difference()` returns a Geometry representing the portion of the first geometry that does not intersect with the second geometry."],["It accepts a 'right' Geometry to subtract and optional `maxError` and `proj` parameters for reprojection control."],["The operation is performed in spherical coordinates with distances in meters on the sphere unless a projection is specified."],["This method is useful for creating new geometries by removing overlapping areas between existing ones."]]],["The `Geometry.difference()` method subtracts a 'right' geometry from a 'left' geometry, returning the result as a new geometry. It accepts the `right` geometry, an optional `maxError` for reprojection tolerance, and an optional `proj` for the operation's projection. If `proj` is not defined the method will use the spherical coordinate system. Example code shows the difference operation using defined geometries and displays the result.\n"]]