[[["เข้าใจง่าย","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"],[[["Creates a MultiPolygon geometry from a list of Polygons, or a list of Points/coordinate pairs for a single polygon."],["Allows specification of coordinate reference system (`crs`), geodesic behavior, maximum error for reprojection, and polygon interior calculation method."],["Defaults to using the projection and geodesic state of the input coordinates, assuming EPSG:4326 for numeric inputs if unspecified."],["Offers control over polygon interiors using the even/odd rule (default) or the left-inside rule."]]],["The `MultiPolygon` constructor creates a geometry from a list of polygon coordinates. Input `coordinates` define either multiple polygons or a single polygon via points or number pairs. Optional parameters include `crs` for coordinate system, `geodesic` to determine edge curvature, `maxError` for reprojection precision, and `evenOdd` for polygon interior determination. This function returns a `Geometry` object, and default values are available for `crs`, `geodesic`, `maxError`, and `evenOdd`.\n"]]