Android Map API V2 set Custom InfoWindow Position
问题 I'm using InfoWindowAdapter for all the markers on my Map (Api v2). All the Markers are well visible.. The issue is that My Custom InfoWindow is having size about 500px * 300px. When I'm touching any Points on the Map its being set to Center of screen so the InfoWindow is being cropped from Top.. My requirement is to auto adjust as per Info Window Size. Please have a look at snaps. 回答1: Override the default behaviour of OnMarkerClickListener . call marker.showInfoWindow() calculate position