[[["เข้าใจง่าย","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"],[[["Defines how users interact with the map through gestures like scrolling, panning, and zooming."],["Offers four options: \"cooperative\", \"greedy\", \"none\", and the default \"auto\", to control gesture behavior."],["\"Cooperative\" mode prioritizes page scrolling over map interaction for single-finger gestures, while \"greedy\" mode prioritizes map interactions for all gestures."],["Allows developers to disable all gestures with the \"none\" option or let the map automatically determine the best gesture handling based on context with \"auto\"."],["Can be set using the `Map.setGestureHandling(option)` method, where 'option' is one of the allowed string values."]]],[]]