I would like to further annotate the custom markers I have placed on a MapView (using ItemizedOverlay) by displaying a simple text label that appears for a particular item when the onTap event is fired.
This is a trivial exercise in the Google Maps JavaScript API and in MapKit on iPhone, but it is not obvious to me what the best or easiest way to do this is on Android.
If you want the message to be transient, use a
Toast. See here for an example.If you want the message to be more persistent, you could:
MapViewinside some container that supports z-axis ordering (e.g.,RelativeLayout)MapView, that is your “a simple text label / descrption bubble”, withandroid:visibility="gone"GONEagain