public static interface

GoogleMap.OnInfoWindowCloseListener

com.google.android.gms.maps.GoogleMap.OnInfoWindowCloseListener

Class Overview

Callback interface for close events on a marker's info window.

Summary

Public Methods
abstract void onInfoWindowClose(Marker marker)
Called when the marker's info window is closed.

Public Methods

public abstract void onInfoWindowClose (Marker marker)

Called when the marker's info window is closed.

Parameters
marker The marker of the info window that was closed.