I want to disable clicking/tapping on map markers. I know you can disable default behavior by setting up an empty map.setOnMarkerClickListener
map markers
disable default behavior
map.setOnMarkerClickListener
It is not necessary to implement OnMarkerClickListner. Just try to remove this statement
map.setOnMarkerClickListner(this)
from your code and I hope it will solve your problem.