[[["เข้าใจง่าย","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"],[[["Sets the zoom level of the map, ranging from 0 (world view) to 24 (highest zoom)."],["`Map.setZoom()` takes a numerical argument representing the desired zoom level and applies it to the map."],["The most recently called `Map.setZoom()` determines the final zoom level displayed."]]],["The `Map.setZoom(zoom)` function adjusts the map's zoom level, ranging from 0 to 24. A value of 1 shows the entire world, while 24 displays the smallest region. This function takes a single numerical argument, `zoom`, representing the desired level. The most recently applied zoom value dictates the map's final view. The function returns a `ui.Map` object.\n"]]