@Deprecated
public static interface MapboxMap.OnMarkerClickListener
| Modifier and Type | Method and Description |
|---|---|
boolean |
onMarkerClick(Marker marker)
Deprecated.
Called when the user clicks on a marker.
|
boolean onMarkerClick(@NonNull
Marker marker)
marker - The marker the user clicked on.