onMarkerClick
Used to perform operation on click of any marker in map. i.e Move Camera of map to center bound of the marker and display vehicle information using displayCarInfo(marker : Marker)
See also
com.google.android.gms.maps.model.Marker
com.dwarshb.commute.presentation.mapScreen.MapsActivity
Parameters
marker
is a object of Marker shown in map.