I've got a working MapView
with Overlays
on it. I've done the official MapView-Tutorial: http://developer.android.com/guide/tutorials/views/hello-mapview.html
My problem is, that when I click on an icon, a Dialog
is opened. Instead of this, I need a Popup-Window to be opened, directly above the tapped point, like this:
Anybody knows how to do this?