public static interface MapboxMap.OnMarkerViewClickListener
| Modifier and Type | Method and Description |
|---|---|
boolean |
onMarkerClick(Marker marker,
android.view.View view,
MapboxMap.MarkerViewAdapter adapter)
Called when the user clicks on a MarkerView.
|
boolean onMarkerClick(@NonNull
Marker marker,
@NonNull
android.view.View view,
@NonNull
MapboxMap.MarkerViewAdapter adapter)
marker - the MarkerView associated to the clicked Viewview - the clicked Viewadapter - the adapter used to adapt the MarkerView to the View