[[["容易理解","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-09-13 (世界標準時間)。"],[[["\u003cp\u003e\u003ccode\u003eGoogleMap.OnMapClickListener\u003c/code\u003e is an interface used to handle user tap interactions on a Google Map.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eonMapClick\u003c/code\u003e method within this interface is triggered when a user taps on the map, providing the geographical coordinates of the tapped location, but only if no other map overlays have captured the event.\u003c/p\u003e\n"],["\u003cp\u003eThis interaction is processed on the main Android UI thread, ensuring smooth handling of the event within the application's lifecycle.\u003c/p\u003e\n"]]],["The `GoogleMap.OnMapClickListener` interface provides a callback for map tap events. The `onMapClick` method is triggered when a user taps the map, provided no map overlays handled the tap. This method, always executed on the Android UI thread, receives a `LatLng` object (`point`) representing the geographical coordinates of the tap. This allows the user to get the point tapped by the user on the map.\n"],null,[]]