Custom infowindow in Google map android v2
问题 I am using Google Map API V2 and i have created a custom InfoWindow for a Marker on map.In this InfoWindow i have a button. My problem is unable to set Onclicklistener/functioning to that Button(Dummy).Any one give me some idea to solve this : Here is code snippet: public class MarkerView extends FragmentActivity implements OnMarkerClickListener,OnInfoWindowClickListener{ private GoogleMap mMap; private Marker chennai; private View infoWindow; @Override protected void onCreate(Bundle arg0) {