add text on marker in android code example
Example: add text with marker google map android
Using the title property you can handle this.
gMap.addMarker(new MarkerOptions().position(point).title(
"fsdfsdf sdfsdf")).showInfoWindow();
Using the title property you can handle this.
gMap.addMarker(new MarkerOptions().position(point).title(
"fsdfsdf sdfsdf")).showInfoWindow();