i have a mapview with itemizedoverlay, like in the example of mapview in androids developers guide
i have my own icon on the items, but also i want to personalize them, adding some text, not only the icon. But i mean text visible on the map, not when i press on the item
can i do it? how?
on this overrided ondraw method (subclassing the ItemizedOverlay) i draw the icon bitmap and above the bitmap i draw a round rect with a text (item text), but with the canvas you can do anything you want.
cheers