public static interface TomtomMapCallback.OnMarkerClickListener
Modifier and Type | Method and Description |
---|---|
void |
onMarkerClick(Marker marker)
Called when the user clicks on the marker.
|
void onMarkerClick(@NonNull Marker marker)
marker
- Selected marker.