[[["わかりやすい","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-03-13 UTC。"],[[["`GoogleMap.OnInfoWindowClickListener` is an interface to handle click events on a marker's info window."],["It includes a single method, `onInfoWindowClick`, which is triggered when a marker's info window is clicked and provides the clicked marker as a parameter."],["The `onInfoWindowClick` method is executed on the Android UI thread."]]],["The `GoogleMap.OnInfoWindowClickListener` interface handles clicks on a marker's info window. It features one core method, `onInfoWindowClick(Marker marker)`. This method is triggered when an info window is clicked and it receives the `Marker` object associated with the clicked info window as a parameter. This action occurs on the main Android UI thread. Developers can implement this interface to add functionality for when an info window is clicked.\n"]]