public static interface DingiMap.OnInfoWindowClickListener
| Modifier and Type | Method and Description |
|---|---|
boolean |
onInfoWindowClick(Marker marker)
Called when the user clicks on an info window.
|
boolean onInfoWindowClick(@NonNull
Marker marker)
marker - The marker of the info window the user clicked on.