public static interface

GoogleMap.OnMarkerClickListener

com.google.android.gms.maps.GoogleMap.OnMarkerClickListener

Class Overview


Defines signatures for methods that are called when a marker is clicked or tapped.

Summary


Public Methods
abstract boolean onMarkerClick(Marker marker)
Called when a marker has been clicked or tapped.

Public Methods


public abstract boolean onMarkerClick (Marker marker)

Called when a marker has been clicked or tapped.

Parameters
marker The marker that was clicked.
Returns
  • true if the listener has consumed the event (i.e., the default behavior should not occur), false otherwise (i.e., the default behavior should occur). The default behavior is for the camera to move to the map and an info window to appear.