Map not clickable around marker in Google Map SDK for Android
I am building some app like image below, I want to force markers not to be clickable, but there is no setClickable(false) for Marker or MarkerOptions. Currently area around marker (see attachment) is not clickable ( click is passed to marker, not map) You have to use Overlay instead of marker in the Map to get exactly what you desire. You could follow this link, similar is done in JavaScript here . I found a way to manually handle clicks for markers. Add a touchable wrapper as described in this stackoverflow answer: https://stackoverflow.com/a/58039285/1499750 Add a gesture detector to your