[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-04-15 UTC."],[[["`GoogleMap.OnInfoWindowCloseListener` is a callback interface used for handling events when a marker's info window is closed on a Google Map."],["This interface has one method, `onInfoWindowClose(Marker marker)`, which is triggered when an info window is closed, providing the associated marker as a parameter."],["The `onInfoWindowClose` method is executed on the Android UI thread."]]],["The `GoogleMap.OnInfoWindowCloseListener` interface handles close events for a marker's info window. It contains one method, `onInfoWindowClose(Marker marker)`, which is called when an info window is closed. This method is executed on the Android UI thread and receives the `Marker` object associated with the closed info window as a parameter, allowing for custom actions based on the closure.\n"]]