Opening InfoWindow automatically when adding marker Google Maps v2 Android
问题 Is there a way to open the infowindow automatically when we add a marker? Using this code to add the marker but infowindow only opens when clicking the marker: myMap.addMarker(new MarkerOptions() .position(latLng) .title(\"Title\") .snippet(\"Snippet\") .icon(BitmapDescriptorFactory .fromResource(R.drawable.marker))); 回答1: According to the documents of Google Maps for Android V2: An info window allows you to display information to the user when they tap on a marker on a map. By default, an