2

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:

MapView Overlay PopUp

Anybody knows how to do this?

10ff
  • 813
  • 4
  • 16
  • 31

1 Answers1

3

Please take a look at https://github.com/galex/android-mapviewballoons Great example.

dinesh sharma
  • 3,312
  • 1
  • 22
  • 32