Ajouter du texte avec le marqueur google map Android
Using the title property you can handle this.
gMap.addMarker(new MarkerOptions().position(point).title(
"fsdfsdf sdfsdf")).showInfoWindow();
Zany Zebra