public static interface
GoogleMap.OnInfoWindowClickListener
Callback interface for click/tap events on a marker's info window.
Public Method Summary
abstract void |
Public Methods
public abstract void onInfoWindowClick (Marker marker)
Called when the marker's info window is clicked.
This is called on the Android UI thread.
Parameters
marker | The marker of the info window that was clicked. |
---|