[[["เข้าใจง่าย","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"],[[["The `contains` method determines if one geometry completely encloses another, returning true if it does and false otherwise."],["It takes a 'right' geometry as input, along with optional 'maxError' for reprojection tolerance and 'proj' for specifying the projection."],["The operation is performed in spherical coordinates with distances in meters on the sphere if no projection is specified."],["Examples are provided in JavaScript, Python, and Colab to illustrate the usage and visualization of the `contains` method."]]],["The `Geometry.contains()` method checks if one geometry fully contains another. It takes a `right` geometry as input, along with optional `maxError` and `proj` parameters for reprojection tolerance and projection specification. It returns `true` if the `left` geometry contains the `right` geometry, otherwise `false`. The provided code demonstrates how to apply this method in both JavaScript and Python, using example geometries and displaying the results on a map.\n"]]