GoogleMap.OnGroundOverlayClickListener
Callback interface for when a ground overlay is clicked.
Public Methods
public
abstract
void
onGroundOverlayClick
(GroundOverlay groundOverlay)
Called when a ground overlay is clicked.
This is called on the Android UI thread.
Parameters
groundOverlay |
The ground overlay that is 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-01-29 UTC.
[null,null,["Last updated 2025-01-29 UTC."],[[["`GoogleMap.OnGroundOverlayClickListener` is an interface to handle clicks on ground overlays displayed on a Google Map."],["It includes a single method, `onGroundOverlayClick`, which is triggered when a ground overlay is clicked, providing access to the clicked `GroundOverlay` object."],["This method is executed on the Android UI thread for immediate response to user interaction."]]],[]]