Reputation: 813
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?
Upvotes: 2
Views: 1212
Reputation: 3332
Please take a look at https://github.com/galex/android-mapviewballoons Great example.
Upvotes: 3