I am trying to have a drawable (basically an icon/button) that sits on the mapview with a fixed position at the corner of the map. Similar to the zoom controller, and unlike a typical marker, it shouldn't move when I pan the map. When I click on the icon it should bring up an activity.
I am currently implementing it as an OverlayItem and overriding the onTap to bring up the activity. However I am not able to find a way to fix its position relative to the screen/view.
Any suggestion on how to achieve this? much thanks!