public static interface MapboxMap.OnInfoWindowCloseListener
| Modifier and Type | Method and Description |
|---|---|
void |
onInfoWindowClose(Marker marker)
Called when the marker's info window is closed.
|
void onInfoWindowClose(Marker marker)
marker - The marker of the info window that was closed.