Dodaj tekst z markerem Map Google Android

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