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.

This is called on the Android UI thread.

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