Here I have used google map and an overlay. I have used an image of pushpin to point to the GeoPoint.
I want to set an OnClickListener event for the pus
OnClickListener
You Override your own Overlay, so you have to handle Tabs yourself. Why not using ItemizedOverlay. Override the onTab(int index) there and you are done. It has also a useful hitTest Method.