[[["容易理解","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 (世界標準時間)。"],[[["`Feature.containedIn()` determines if one feature's geometry is entirely within another's."],["The function returns true only if the 'left' feature's geometry is fully encompassed by the 'right' feature's geometry."],["Users can specify an error margin (`maxError`) and projection (`proj`) for the operation, with the default being a spherical coordinate system using meters for linear distances."]]],["The `containedIn` method checks if one feature's geometry is within another's. It takes a `right` feature as input, along with optional `maxError` for reprojection tolerance and `proj` for the desired projection. The method operates on a `left` feature and returns a Boolean value, indicating whether the `left` feature's geometry is contained within the `right` feature's geometry. If no projection is specified, the function defaults to operating on spherical coordinates.\n"]]