[[["易于理解","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"]],["最后更新时间 (UTC):2025-07-26。"],[[["Returns a new Geometry that represents the shared area between two input geometries."],["Accepts two geometries as input: `left` (the geometry the method is called on) and `right`."],["Can be performed using a specified projection (`proj`) or a spherical coordinate system with linear distances in meters if no projection is defined."],["Includes an optional `maxError` parameter to control the tolerance for reprojection errors."]]],["The `intersection` method computes the overlapping area between two geometries. It takes a `right` geometry as input, and optionally `maxError` and `proj` for reprojection settings. The output is a new `Geometry` representing the intersection. If no `proj` is provided, the operation uses spherical coordinates with linear distances in meters. Examples in JavaScript and Python demonstrate defining two geometries, using the method to get the intersection, and displaying the result.\n"]]