GoogleMap.OnCircleClickListener
Callback interface for when a circle is clicked.
Public Methods
public
abstract
void
onCircleClick
(Circle circle)
Called when a circle is clicked.
This is called on the Android UI thread.
Parameters
circle |
The circle 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.OnCircleClickListener` is an interface used to handle click events on circles displayed on a Google Map."],["It provides a single method, `onCircleClick(Circle circle)`, which is triggered when a user clicks on a circle on the map."],["The `onCircleClick` method receives the clicked `Circle` object as a parameter, allowing developers to identify and interact with it."],["This callback is executed on the Android UI thread, ensuring any updates to the UI are performed safely."]]],[]]