[[["容易理解","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 (世界標準時間)。"],[[["The `contains()` method determines if one geometry fully encloses another."],["It returns `true` only if the first geometry completely contains the second geometry."],["Optional parameters allow for error tolerance during reprojection and specifying the projection for the operation."],["Usage involves providing the geometry to be checked against as the `right` parameter within an object."]]],["The `BBox.contains()` method checks if one geometry fully encompasses another, returning `true` if it does, and `false` otherwise. It takes a `right` geometry as input, along with optional `maxError` (error tolerance) and `proj` (projection) parameters. `left` is the geometry calling the operation. The method operates on BBox objects. It is shown how to set it up in JavaScript and Python, including example of printing to console, and displaying them on a map.\n"]]