android - OSMdroid: Markers above each other - how to click -
I have a big problem with OSMdroid: I have a map of one marker, some of them are close to each other That the marker droplets are above each other.
Now, when a user clicks on a marker, clicking on the code "stack" for each marker from onClickListener .
How can I stop execution and instead show a list of markers "clicked"?
using touch > event
< Code> Public Boolean On-Touch Event (Motion Event Event) {Switch (event.getAction ()) {case MotionEvent.ACTION_DOWN: {// Add this item to break the array; } MotionEvent.ACTION_UP case: {// show list breaks; }}}
Comments
Post a Comment