interface OnMarkerClickListener
A callback interface called when the user clicks on the marker.
onMarkerClick
abstract fun onMarkerClick(marker: Marker): Unit
Called when the user clicks on the marker.