[[["容易理解","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 (世界標準時間)。"],[[["`gestureHandling` option controls how users interact with the map through gestures like scrolling and touch."],["Options include \"cooperative\", \"greedy\", \"none\", and the default \"auto\", each affecting how the map responds to user input."],["\"cooperative\" allows page scrolling with one finger and map interaction with two fingers, while \"greedy\" makes all gestures control the map."],["\"none\" disables map panning and zooming via gestures, whereas \"auto\" intelligently switches between \"cooperative\" and \"greedy\" based on context."],["Refer to the Google Maps documentation for detailed information and implementation instructions."]]],["The `Map.setGestureHandling(option)` method controls map gesture behavior. The `option` argument, a string, determines how the map interacts with user gestures. \"cooperative\" mode allows page scrolling with single-finger or scroll events while reserving two-finger gestures for map manipulation. \"greedy\" mode assigns all touch and scroll actions to the map. \"none\" disables map panning/zooming via gestures. \"auto\" (default) switches between cooperative and greedy modes.\n"]]