venkivenkat / osmdroid

Automatically exported from code.google.com/p/osmdroid
0 stars 0 forks source link

Tap on Multiple Markers onItemsSingleTapUp #401

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Create Some Markers what are on the Same Location, but with different 
OverlayItems, zoom out and try to Tap on a Marker (there are more Markers at 
the same place, so I tap always on multiple Markers).

The issue? 

There is only one method, the onItemSingleTapUp Method, what is called many 
times if a Tap is on multiple Markers.

Expected Method Call?

There should be implemented a Method, onItemsSingleTapUp, what doesn't has only 
one parameter, what has a ArrayList as a Parameter, so I can display a Dialog.

Original issue reported on code.google.com by matthias...@me.com on 16 Feb 2013 at 12:38

GoogleCodeExporter commented 9 years ago
If you want to get all tapped items override onTap() and return false. Or 
implement OnItemTapListener.onItemTap() and return false.

Original comment by kurtzm...@gmail.com on 12 Apr 2013 at 7:48