public static interface TomtomMapCallback.OnCircleClickListener
Modifier and Type | Method and Description |
---|---|
void |
onCircleClick(Circle circle)
Called when the user clicks on the circle.
|
void onCircleClick(@NonNull Circle circle)
circle
- Selected circle.