[[["เข้าใจง่าย","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"],[[["`intersection` returns a Geometry representing the shared area between a MultiPolygon and another Geometry."],["It takes the `right` Geometry, optional `maxError`, and optional `proj` as arguments."],["The `maxError` parameter controls the tolerance for reprojection errors."],["The `proj` parameter specifies the projection for the operation, defaulting to spherical coordinates if unspecified."]]],["The `intersection` method computes the overlapping area between two geometries, returning a new geometry representing their intersection. It takes a `right` geometry as the second operand, and optionally `maxError` and `proj` parameters for error tolerance and projection. The operation can be performed in a spherical coordinate system or using a specified projection. Examples in Javascript and python are provided showing how to define geometries, call the `intersection` method, and display the results.\n"]]