[[["容易理解","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 (世界標準時間)。"],[[["This function checks if one feature's geometry completely encloses another feature's geometry."],["It returns true only if the 'left' feature's geometry fully contains the 'right' feature's geometry, otherwise it returns false."],["The comparison can be customized by specifying a maximum error tolerance (`maxError`) and a projection (`proj`) for the operation."]]],["The `Feature.contains()` method checks if one feature's geometry encompasses another's. It takes a `right` feature as input, and optionally `maxError` for reprojection tolerance, and `proj` for the desired projection. The method returns a Boolean value: `true` if the `left` feature's geometry contains the `right` feature's geometry, `false` otherwise. If no projection is specified, calculations are performed spherically, with linear distances measured in meters.\n"]]