I am working with new Google map V2
in project I have added the infowindow
on marker click and in my infowindow have two button.
Issue: When I click on button1 I want button1 should disable and button2 enable vice versa.
Previously there is map.invalidate()
with this we can refresh map but how can achieve this in map V2.
I refereed this link for infoWindow.