Tambahkan teks dengan marker Google Map Android

Using the title property you can handle this.
gMap.addMarker(new MarkerOptions().position(point).title(
           "fsdfsdf sdfsdf")).showInfoWindow();
Zany Zebra