GoogleMap.OnInfoWindowClickListener
Callback interface for click/tap events on a marker's info window.
Public Methods
public
abstract
void
onInfoWindowClick
(Marker marker)
Called when the marker's info window is clicked.
This is called on the Android UI thread.
Parameters
marker |
The marker of the info window that was clicked.
|
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.OnInfoWindowClickListener` is an interface to manage 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."],["The `onInfoWindowClick` method provides the clicked `Marker` object as a parameter and executes on the Android UI thread."]]],[]]