I have a big problem with OSMdroid:
I have a map with a bunch of markers, some of them are near each other so that the marker drawables are above each other.
Now, when the user clicks such a marker “stack” the code from the onClickListener for each marker is executed.
How can I prevent this execution and instead show a list of the markers “clicked”?
I have a big problem with OSMdroid: I have a map with a bunch
Share
Using
Touchevent