I'd like to add an unfocus listener on the markers of my map, but it doesn't seem to exists. What would be the best way to do that?
I do understand that there is no unfocus listener function, sorry for the unclear explanation. When I click on a marker I show a linearLayout on the bottom of the screen and modify a textview. What I want to do is hide this linearLayout when the user clicks somewhere else on the map.
I don't want to use InfoWindow.
You may achieve that by:
Marker
inonMarkerClick
orgetInfoWindow
Marker
inonMapClick
and also after other events likesetVisible
orremove
called on focusedMarker
(if you use them in your code)