10ff
10ff

Reputation: 813

Create a custom Popup for tapped OverlayItems in a MapView

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?

Upvotes: 2

Views: 1212

Answers (1)

dinesh sharma
dinesh sharma

Reputation: 3332

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

Upvotes: 3

Related Questions