Any tips on how i can set Text Over android google maps (v2) default marker? for example i want to set the char 'A' inside(over) the marker (not snippest and not title).
Asked
Active
Viewed 227 times
0
-
do you want to show tooltip on marker?? – moDev Jan 30 '13 at 20:59
-
its an option. do you have idea/tip/reference how to do that? – roeybh Jan 30 '13 at 21:08
1 Answers
0
You can use :
new MarkerOptions().icon(BitmapDescriptorFactory.fromBitmap( YOUR_MODIFIED_BITMAP ))
Where YOUR_MODIFIED_BITMAP is loaded bitmap with some custom content drawn with canvas on its top. Hope it helps.

Pawel Cala
- 685
- 9
- 14