[[["易于理解","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"]],["最后更新时间 (UTC):2025-03-13。"],[[["`GoogleMap.OnInfoWindowLongClickListener` is an interface used to handle long clicks on marker info windows."],["It includes a single method, `onInfoWindowLongClick`, which is triggered when a user long-presses a marker's info window."],["The `onInfoWindowLongClick` method provides the `Marker` object associated with the info window that was long-pressed, enabling developers to take specific actions based on the marker."]]],["The `GoogleMap.OnInfoWindowLongClickListener` interface provides a callback for long-press events on a marker's info window. The core functionality is within the `onInfoWindowLongClick(Marker marker)` method. This method is triggered when a user performs a long-press on the info window and executes on the Android UI thread. The `marker` parameter identifies the specific marker linked to the long-pressed info window.\n"]]