AI-generated Key Takeaways
-
GoogleMap.OnGroundOverlayClickListeneris a callback interface for when a ground overlay is clicked. -
The
onGroundOverlayClickmethod is called when a ground overlay is clicked and receives the clickedGroundOverlayobject as a parameter. -
The
onGroundOverlayClickmethod is called on the Android UI thread.
Callback interface for when a ground overlay is clicked.
Public Method Summary
| abstract void |
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. |
|---|