[[["わかりやすい","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-21 UTC。"],[[["`GoogleMap.OnPolylineClickListener` is an interface used to handle clicks on polylines on a Google Map."],["It includes a single method, `onPolylineClick`, which is called when a polyline is clicked, providing the clicked polyline as an argument."],["The `onPolylineClick` method is executed on the main Android UI thread."]]],["The `GoogleMap.OnPolylineClickListener` interface provides a callback for polyline click events. The core functionality lies within the `onPolylineClick` method, which is triggered when a polyline is clicked. This method receives the clicked `Polyline` object as a parameter, allowing for identification and interaction with the specific polyline. This event is executed on the Android UI thread.\n"]]