NavigationMap.OnMarkerClickListener

public static interface NavigationMap.OnMarkerClickListener

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

Listeners will be invoked on the Android UI thread.

Public Method Summary

abstract void
onMarkerClick(Marker marker)
Called when a marker has been clicked or tapped.

Public Methods

public abstract void onMarkerClick (Marker marker)

Called when a marker has been clicked or tapped.

Implementations of this method are always invoked on the Android UI thread.

Parameters
marker The marker that was clicked.