GoogleMap.OnInfoWindowCloseListener
Callback interface for close events on a marker's info window.
Public Methods
public
abstract
void
onInfoWindowClose
(Marker marker)
Called when the marker's info window is closed.
This is called on the Android UI thread.
Parameters
marker |
The marker of the info window that was closed.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-07 UTC.
[null,null,["Last updated 2025-02-07 UTC."],[[["`GoogleMap.OnInfoWindowCloseListener` is a callback interface used for handling events when a marker's info window is closed on a Google Map."],["The `onInfoWindowClose()` method is triggered when a marker's info window is closed, providing the associated `Marker` object."],["This interface is crucial for responding to info window closures and performing actions based on user interactions with markers on the map."]]],[]]