L'ouverture de l'InfoWindow automatiquement lors de l'ajout de marqueur Google Maps v2 Android

Est-il un moyen d'ouvrir l'infowindow automatiquement quand on ajoute un marqueur?
L'utilisation de ce code pour ajouter le marqueur mais infowindow ne s'ouvre lorsque vous cliquez sur le marqueur:

myMap.addMarker(new MarkerOptions()
            .position(latLng)
            .title("Title")
            .snippet("Snippet")
            .icon(BitmapDescriptorFactory
                    .fromResource(R.drawable.marker)));
InformationsquelleAutor bond | 2013-04-09