I am implementing Google maps V2 in my application where am showing three different types of markers, like:
Now I want to show infowindow only on click of one type of marker, not all markers.
e.g. when user clicks on green marker, it will show info window and when user clicks on blue marker, it will not show info window.