[[["เข้าใจง่าย","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"],[[["`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"]]